Html Css Color HEX #31DBCB Turquoise

📋 copy color: '#31DBCB'

red 49 ◦ green 219 ◦ blue 203

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

Shades of Turquoise #31DBCB

Tints of Turquoise #31DBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 10.4%
G = 46.5%
B = 43.1%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#31DBCB (or 0x31DBCB) is known color: Turquoise. HEX triplet: 31, DB and CB. RGB value is (49,219,203). Sum of RGB (Red+Green+Blue) = 49+219+203=471 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.40% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBCB is #CE2434. Grayscale: #A6A6A6. Windows color (decimal): -13509685 or 13359921. OLE color: 13359921.

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

Color convert

RGB 49 219 203 -
CMYK 0.78 0 0.07 0.14
HSL 174.35º 0.7% 0.53% -
HSV(B) 174.35º 0.78% 0.86% -
XYZ 37.38 55.63 65.27 -
YUV 166.35 148.68 44.3 -
System Red Green Blue C M Y K H S L
Decimal 49 219 203 0.78 0 0.07 0.14 174.35 0.7 0.53
Hex 31 DB CB 4E 0 7 E AE 46 35
Octal 61 333 313 116 0 7 16 256 106 65
Binary 110001 11011011 11001011 1001110 0 111 1110 10101110 1000110 110101

Color Harmonies of #31DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DBCB

Black with #31DBCB

Text Example


Text Example

White with #31DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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