Html Css Color HEX #31FCEE Turquoise

📋 copy color: '#31FCEE'

red 49 ◦ green 252 ◦ blue 238

#31FCEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #31FCEE

Tints of Turquoise #31FCEE

RGB

 RED value IS 49 (19.53% from 255) = 9.09%

 GREEN value IS 252 (98.83% from 255) = 46.75%

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 9.09%
G = 46.75%
B = 44.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#31FCEE (or 0x31FCEE) is known color: Turquoise. HEX triplet: 31, FC and EE. RGB value is (49,252,238). Sum of RGB (Red+Green+Blue) = 49+252+238=539 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.09% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FCEE is #CE0311. Grayscale: #BDBDBD. Windows color (decimal): -13501202 or 15662129. OLE color: 15662129.

HSL color Cylindrical-coordinate representation of color #31FCEE: hue angle of 175.86º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FCEE is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 252 238 -
CMYK 0.81 0 0.06 0.01
HSL 175.86º 0.97% 0.59% -
HSV(B) 175.86º 0.81% 0.99% -
XYZ 51.51 76.45 92.93 -
YUV 189.71 155.25 27.64 -
System Red Green Blue C M Y K H S L
Decimal 49 252 238 0.81 0 0.06 0.01 175.86 0.97 0.59
Hex 31 FC EE 51 0 6 1 B0 61 3B
Octal 61 374 356 121 0 6 1 260 141 73
Binary 110001 11111100 11101110 1010001 0 110 1 10110000 1100001 111011

Color Harmonies of #31FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FCEE

Black with #31FCEE

Text Example


Text Example

White with #31FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31FCEE; }

 p { color: rgb(49,252,238); }

 H1.HeaderClassName
 {
   color: #31FCEE;
 }
 .AnyTagClassName
 {
   color: #31FCEE;
 }
</style>

background-color css

<style>
 a { background-color: #31FCEE; }

 a { background-color: rgb(49,252,238); }

 div.DivClassName
 {
   background-color: #31FCEE;
 }
 .BgClassName
 {
   background-color: #31FCEE;
 }
</style>

border-color css

<style>
 span { border-color: #31FCEE; }

 span { border-color: rgb(49,252,238); }

 td.TdClassName
 {
   border-color: #31FCEE;
 }
 .TagClassName
 {
   border-color: #31FCEE;
 }
</style>