Html Css Color HEX #31DAE5 Turquoise

📋 copy color: '#31DAE5'

red 49 ◦ green 218 ◦ blue 229

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

Shades of Turquoise #31DAE5

Tints of Turquoise #31DAE5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.95%

 BLUE value IS 229 (89.84% from 255) = 46.17%

R = 9.88%
G = 43.95%
B = 46.17%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#31DAE5 (or 0x31DAE5) is known color: Turquoise. HEX triplet: 31, DA and E5. RGB value is (49,218,229). Sum of RGB (Red+Green+Blue) = 49+218+229=496 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.88% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #31DAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DAE5 is #CE251A. Grayscale: #A8A8A8. Windows color (decimal): -13509915 or 15063601. OLE color: 15063601.

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

Color convert

RGB 49 218 229 -
CMYK 0.79 0.05 0 0.10
HSL 183.67º 0.78% 0.55% -
HSV(B) 183.67º 0.79% 0.9% -
XYZ 40.48 56.45 82.89 -
YUV 168.72 162.01 42.61 -
System Red Green Blue C M Y K H S L
Decimal 49 218 229 0.79 0.05 0 0.10 183.67 0.78 0.55
Hex 31 DA E5 4F 5 0 A B8 4E 37
Octal 61 332 345 117 5 0 12 270 116 67
Binary 110001 11011010 11100101 1001111 101 0 1010 10111000 1001110 110111

Color Harmonies of #31DAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DAE5

Black with #31DAE5

Text Example


Text Example

White with #31DAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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