Html Css Color HEX #31E7D2 Turquoise

📋 copy color: '#31E7D2'

red 49 ◦ green 231 ◦ blue 210

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

Shades of Turquoise #31E7D2

Tints of Turquoise #31E7D2

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.14%

 BLUE value IS 210 (82.42% from 255) = 42.86%

R = 10%
G = 47.14%
B = 42.86%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#31E7D2 (or 0x31E7D2) is known color: Turquoise. HEX triplet: 31, E7 and D2. RGB value is (49,231,210). Sum of RGB (Red+Green+Blue) = 49+231+210=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #31E7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E7D2 is #CE182D. Grayscale: #AEAEAE. Windows color (decimal): -13506606 or 13821745. OLE color: 13821745.

HSL color Cylindrical-coordinate representation of color #31E7D2: hue angle of 173.08º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E7D2 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 231 210 -
CMYK 0.79 0 0.09 0.09
HSL 173.08º 0.79% 0.55% -
HSV(B) 173.08º 0.79% 0.91% -
XYZ 41.48 62.46 70.84 -
YUV 174.19 148.2 38.71 -
System Red Green Blue C M Y K H S L
Decimal 49 231 210 0.79 0 0.09 0.09 173.08 0.79 0.55
Hex 31 E7 D2 4F 0 9 9 AD 4F 37
Octal 61 347 322 117 0 11 11 255 117 67
Binary 110001 11100111 11010010 1001111 0 1001 1001 10101101 1001111 110111

Color Harmonies of #31E7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E7D2

Black with #31E7D2

Text Example


Text Example

White with #31E7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,231,210); }

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

background-color css

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

 a { background-color: rgb(49,231,210); }

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

border-color css

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

 span { border-color: rgb(49,231,210); }

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