Html Css Color HEX #31DBDA Turquoise

📋 copy color: '#31DBDA'

red 49 ◦ green 219 ◦ blue 218

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

Shades of Turquoise #31DBDA

Tints of Turquoise #31DBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 10.08%
G = 45.06%
B = 44.86%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#31DBDA (or 0x31DBDA) is known color: Turquoise. HEX triplet: 31, DB and DA. RGB value is (49,219,218). Sum of RGB (Red+Green+Blue) = 49+219+218=486 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.08% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBDA is #CE2425. Grayscale: #A7A7A7. Windows color (decimal): -13509670 or 14342961. OLE color: 14342961.

HSL color Cylindrical-coordinate representation of color #31DBDA: hue angle of 179.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DBDA is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 219 218 -
CMYK 0.78 0 0.00 0.14
HSL 179.65º 0.7% 0.53% -
HSV(B) 179.65º 0.78% 0.86% -
XYZ 39.25 56.38 75.14 -
YUV 168.06 156.18 43.08 -
System Red Green Blue C M Y K H S L
Decimal 49 219 218 0.78 0 0.00 0.14 179.65 0.7 0.53
Hex 31 DB DA 4E 0 0 E B4 46 35
Octal 61 333 332 116 0 0 16 264 106 65
Binary 110001 11011011 11011010 1001110 0 0 1110 10110100 1000110 110101

Color Harmonies of #31DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DBDA

Black with #31DBDA

Text Example


Text Example

White with #31DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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