Html Css Color HEX #37DBDB Turquoise

📋 copy color: '#37DBDB'

red 55 ◦ green 219 ◦ blue 219

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

Shades of Turquoise #37DBDB

Tints of Turquoise #37DBDB

RGB

 RED value IS 55 (21.88% from 255) = 11.16%

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

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

R = 11.16%
G = 44.42%
B = 44.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#37DBDB (or 0x37DBDB) is known color: Turquoise. HEX triplet: 37, DB and DB. RGB value is (55,219,219). Sum of RGB (Red+Green+Blue) = 55+219+219=493 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.16% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #37DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DBDB is #C82424. Grayscale: #A9A9A9. Windows color (decimal): -13116453 or 14408503. OLE color: 14408503.

HSL color Cylindrical-coordinate representation of color #37DBDB: hue angle of 180º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DBDB is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 219 219 -
CMYK 0.75 0 0 0.14
HSL 180º 0.69% 0.54% -
HSV(B) 180º 0.75% 0.86% -
XYZ 39.69 56.59 75.85 -
YUV 169.96 155.67 46 -
System Red Green Blue C M Y K H S L
Decimal 55 219 219 0.75 0 0 0.14 180 0.69 0.54
Hex 37 DB DB 4B 0 0 E B4 45 36
Octal 67 333 333 113 0 0 16 264 105 66
Binary 110111 11011011 11011011 1001011 0 0 1110 10110100 1000101 110110

Color Harmonies of #37DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DBDB

Black with #37DBDB

Text Example


Text Example

White with #37DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37DBDB; }

 p { color: rgb(55,219,219); }

 H1.HeaderClassName
 {
   color: #37DBDB;
 }
 .AnyTagClassName
 {
   color: #37DBDB;
 }
</style>

background-color css

<style>
 a { background-color: #37DBDB; }

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

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

border-color css

<style>
 span { border-color: #37DBDB; }

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

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