Html Css Color HEX #31DBDD Turquoise

📋 copy color: '#31DBDD'

red 49 ◦ green 219 ◦ blue 221

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

Shades of Turquoise #31DBDD

Tints of Turquoise #31DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 10.02%
G = 44.79%
B = 45.19%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31DBDD (or 0x31DBDD) is known color: Turquoise. HEX triplet: 31, DB and DD. RGB value is (49,219,221). Sum of RGB (Red+Green+Blue) = 49+219+221=489 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.02% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #31DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBDD is #CE2422. Grayscale: #A8A8A8. Windows color (decimal): -13509667 or 14539569. OLE color: 14539569.

HSL color Cylindrical-coordinate representation of color #31DBDD: hue angle of 180.7º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DBDD is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 219 221 -
CMYK 0.78 0.01 0 0.13
HSL 180.7º 0.72% 0.53% -
HSV(B) 180.7º 0.78% 0.87% -
XYZ 39.65 56.54 77.23 -
YUV 168.4 157.68 42.84 -
System Red Green Blue C M Y K H S L
Decimal 49 219 221 0.78 0.01 0 0.13 180.7 0.72 0.53
Hex 31 DB DD 4E 1 0 D B5 48 35
Octal 61 333 335 116 1 0 15 265 110 65
Binary 110001 11011011 11011101 1001110 1 0 1101 10110101 1001000 110101

Color Harmonies of #31DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DBDD

Black with #31DBDD

Text Example


Text Example

White with #31DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,219,221); }

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

background-color css

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

 a { background-color: rgb(49,219,221); }

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

border-color css

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

 span { border-color: rgb(49,219,221); }

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