Html Css Color HEX #31E5CA Turquoise

📋 copy color: '#31E5CA'

red 49 ◦ green 229 ◦ blue 202

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

Shades of Turquoise #31E5CA

Tints of Turquoise #31E5CA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.71%

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 10.21%
G = 47.71%
B = 42.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#31E5CA (or 0x31E5CA) is known color: Turquoise. HEX triplet: 31, E5 and CA. RGB value is (49,229,202). Sum of RGB (Red+Green+Blue) = 49+229+202=480 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.21% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #31E5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E5CA is #CE1A35. Grayscale: #ACACAC. Windows color (decimal): -13507126 or 13296945. OLE color: 13296945.

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

Color convert

RGB 49 229 202 -
CMYK 0.79 0 0.12 0.10
HSL 171º 0.78% 0.55% -
HSV(B) 171º 0.79% 0.9% -
XYZ 39.95 60.96 65.54 -
YUV 172.1 144.87 40.2 -
System Red Green Blue C M Y K H S L
Decimal 49 229 202 0.79 0 0.12 0.10 171 0.78 0.55
Hex 31 E5 CA 4F 0 C A AB 4E 37
Octal 61 345 312 117 0 14 12 253 116 67
Binary 110001 11100101 11001010 1001111 0 1100 1010 10101011 1001110 110111

Color Harmonies of #31E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E5CA

Black with #31E5CA

Text Example


Text Example

White with #31E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,229,202); }

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

background-color css

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

 a { background-color: rgb(49,229,202); }

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

border-color css

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

 span { border-color: rgb(49,229,202); }

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