Html Css Color HEX #31DEEF Turquoise

📋 copy color: '#31DEEF'

red 49 ◦ green 222 ◦ blue 239

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

Shades of Turquoise #31DEEF

Tints of Turquoise #31DEEF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.53%

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

R = 9.61%
G = 43.53%
B = 46.86%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#31DEEF (or 0x31DEEF) is known color: Turquoise. HEX triplet: 31, DE and EF. RGB value is (49,222,239). Sum of RGB (Red+Green+Blue) = 49+222+239=510 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.61% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #31DEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31DEEF is #CE2110. Grayscale: #ABABAB. Windows color (decimal): -13508881 or 15719985. OLE color: 15719985.

HSL color Cylindrical-coordinate representation of color #31DEEF: hue angle of 185.37º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31DEEF is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 222 239 -
CMYK 0.79 0.07 0 0.06
HSL 185.37º 0.86% 0.56% -
HSV(B) 185.37º 0.79% 0.94% -
XYZ 42.97 59.13 90.81 -
YUV 172.21 165.69 40.12 -
System Red Green Blue C M Y K H S L
Decimal 49 222 239 0.79 0.07 0 0.06 185.37 0.86 0.56
Hex 31 DE EF 4F 7 0 6 B9 56 38
Octal 61 336 357 117 7 0 6 271 126 70
Binary 110001 11011110 11101111 1001111 111 0 110 10111001 1010110 111000

Color Harmonies of #31DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DEEF

Black with #31DEEF

Text Example


Text Example

White with #31DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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