Html Css Color HEX #37D7DB Turquoise

📋 copy color: '#37D7DB'

red 55 ◦ green 215 ◦ blue 219

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

Shades of Turquoise #37D7DB

Tints of Turquoise #37D7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.97%

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

R = 11.25%
G = 43.97%
B = 44.79%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#37D7DB (or 0x37D7DB) is known color: Turquoise. HEX triplet: 37, D7 and DB. RGB value is (55,215,219). Sum of RGB (Red+Green+Blue) = 55+215+219=489 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.25% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #37D7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D7DB is #C82824. Grayscale: #A7A7A7. Windows color (decimal): -13117477 or 14407479. OLE color: 14407479.

HSL color Cylindrical-coordinate representation of color #37D7DB: hue angle of 181.46º 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 #37D7DB is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 215 219 -
CMYK 0.75 0.02 0 0.14
HSL 181.46º 0.69% 0.54% -
HSV(B) 181.46º 0.75% 0.86% -
XYZ 38.66 54.53 75.51 -
YUV 167.62 156.99 47.67 -
System Red Green Blue C M Y K H S L
Decimal 55 215 219 0.75 0.02 0 0.14 181.46 0.69 0.54
Hex 37 D7 DB 4B 2 0 E B5 45 36
Octal 67 327 333 113 2 0 16 265 105 66
Binary 110111 11010111 11011011 1001011 10 0 1110 10110101 1000101 110110

Color Harmonies of #37D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D7DB

Black with #37D7DB

Text Example


Text Example

White with #37D7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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