Html Css Color HEX #31FCEF Turquoise

📋 copy color: '#31FCEF'

red 49 ◦ green 252 ◦ blue 239

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

Shades of Turquoise #31FCEF

Tints of Turquoise #31FCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 9.07%
G = 46.67%
B = 44.26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#31FCEF (or 0x31FCEF) is known color: Turquoise. HEX triplet: 31, FC and EF. RGB value is (49,252,239). Sum of RGB (Red+Green+Blue) = 49+252+239=540 (71% of max value = 765). Red value is 49 (19.53% from 255 or 9.07% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #31FCEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FCEF is #CE0310. Grayscale: #BDBDBD. Windows color (decimal): -13501201 or 15727665. OLE color: 15727665.

HSL color Cylindrical-coordinate representation of color #31FCEF: hue angle of 176.16º 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 #31FCEF is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 252 239 -
CMYK 0.81 0 0.05 0.01
HSL 176.16º 0.97% 0.59% -
HSV(B) 176.16º 0.81% 0.99% -
XYZ 51.66 76.51 93.71 -
YUV 189.82 155.75 27.56 -
System Red Green Blue C M Y K H S L
Decimal 49 252 239 0.81 0 0.05 0.01 176.16 0.97 0.59
Hex 31 FC EF 51 0 5 1 B0 61 3B
Octal 61 374 357 121 0 5 1 260 141 73
Binary 110001 11111100 11101111 1010001 0 101 1 10110000 1100001 111011

Color Harmonies of #31FCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FCEF

Black with #31FCEF

Text Example


Text Example

White with #31FCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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