Html Css Color HEX #31DDDB Turquoise

📋 copy color: '#31DDDB'

red 49 ◦ green 221 ◦ blue 219

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

Shades of Turquoise #31DDDB

Tints of Turquoise #31DDDB

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #31DDDB: hue angle of 179.3º 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 #31DDDB is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 221 219 -
CMYK 0.78 0 0.01 0.13
HSL 179.3º 0.72% 0.53% -
HSV(B) 179.3º 0.78% 0.87% -
XYZ 39.91 57.48 76.01 -
YUV 169.34 156.02 42.16 -
System Red Green Blue C M Y K H S L
Decimal 49 221 219 0.78 0 0.01 0.13 179.3 0.72 0.53
Hex 31 DD DB 4E 0 1 D B3 48 35
Octal 61 335 333 116 0 1 15 263 110 65
Binary 110001 11011101 11011011 1001110 0 1 1101 10110011 1001000 110101

Color Harmonies of #31DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DDDB

Black with #31DDDB

Text Example


Text Example

White with #31DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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