Html Css Color HEX #31DEDB Turquoise

📋 copy color: '#31DEDB'

red 49 ◦ green 222 ◦ blue 219

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

Shades of Turquoise #31DEDB

Tints of Turquoise #31DEDB

RGB

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

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

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

R = 10%
G = 45.31%
B = 44.69%

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

#31DEDB (or 0x31DEDB) is known color: Turquoise. HEX triplet: 31, DE and DB. RGB value is (49,222,219). Sum of RGB (Red+Green+Blue) = 49+222+219=490 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #31DEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DEDB is #CE2124. Grayscale: #A9A9A9. Windows color (decimal): -13508901 or 14409265. OLE color: 14409265.

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

Color convert

RGB 49 222 219 -
CMYK 0.78 0 0.01 0.13
HSL 178.96º 0.72% 0.53% -
HSV(B) 178.96º 0.78% 0.87% -
XYZ 40.17 58.01 76.1 -
YUV 169.93 155.69 41.74 -
System Red Green Blue C M Y K H S L
Decimal 49 222 219 0.78 0 0.01 0.13 178.96 0.72 0.53
Hex 31 DE DB 4E 0 1 D B3 48 35
Octal 61 336 333 116 0 1 15 263 110 65
Binary 110001 11011110 11011011 1001110 0 1 1101 10110011 1001000 110101

Color Harmonies of #31DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DEDB

Black with #31DEDB

Text Example


Text Example

White with #31DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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