Html Css Color HEX #31EFD6 Turquoise

📋 copy color: '#31EFD6'

red 49 ◦ green 239 ◦ blue 214

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

Shades of Turquoise #31EFD6

Tints of Turquoise #31EFD6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.61%

 BLUE value IS 214 (83.98% from 255) = 42.63%

R = 9.76%
G = 47.61%
B = 42.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#31EFD6 (or 0x31EFD6) is known color: Turquoise. HEX triplet: 31, EF and D6. RGB value is (49,239,214). Sum of RGB (Red+Green+Blue) = 49+239+214=502 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.76% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #31EFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31EFD6 is #CE1029. Grayscale: #B3B3B3. Windows color (decimal): -13504554 or 14085937. OLE color: 14085937.

HSL color Cylindrical-coordinate representation of color #31EFD6: hue angle of 172.11º 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 #31EFD6 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 239 214 -
CMYK 0.79 0 0.10 0.06
HSL 172.11º 0.86% 0.56% -
HSV(B) 172.11º 0.79% 0.94% -
XYZ 44.27 67.24 74.26 -
YUV 179.34 147.55 35.03 -
System Red Green Blue C M Y K H S L
Decimal 49 239 214 0.79 0 0.10 0.06 172.11 0.86 0.56
Hex 31 EF D6 4F 0 A 6 AC 56 38
Octal 61 357 326 117 0 12 6 254 126 70
Binary 110001 11101111 11010110 1001111 0 1010 110 10101100 1010110 111000

Color Harmonies of #31EFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EFD6

Black with #31EFD6

Text Example


Text Example

White with #31EFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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