Html Css Color HEX #31DEE1 Turquoise

📋 copy color: '#31DEE1'

red 49 ◦ green 222 ◦ blue 225

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

Shades of Turquoise #31DEE1

Tints of Turquoise #31DEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.36%

R = 9.88%
G = 44.76%
B = 45.36%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#31DEE1 (or 0x31DEE1) is known color: Turquoise. HEX triplet: 31, DE and E1. RGB value is (49,222,225). Sum of RGB (Red+Green+Blue) = 49+222+225=496 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.88% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #31DEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DEE1 is #CE211E. Grayscale: #AAAAAA. Windows color (decimal): -13508895 or 14802481. OLE color: 14802481.

HSL color Cylindrical-coordinate representation of color #31DEE1: hue angle of 181.02º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DEE1 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 222 225 -
CMYK 0.78 0.01 0 0.12
HSL 181.02º 0.75% 0.54% -
HSV(B) 181.02º 0.78% 0.88% -
XYZ 40.98 58.33 80.33 -
YUV 170.62 158.69 41.26 -
System Red Green Blue C M Y K H S L
Decimal 49 222 225 0.78 0.01 0 0.12 181.02 0.75 0.54
Hex 31 DE E1 4E 1 0 C B5 4B 36
Octal 61 336 341 116 1 0 14 265 113 66
Binary 110001 11011110 11100001 1001110 1 0 1100 10110101 1001011 110110

Color Harmonies of #31DEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DEE1

Black with #31DEE1

Text Example


Text Example

White with #31DEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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