Html Css Color HEX #37DADB Turquoise

📋 copy color: '#37DADB'

red 55 ◦ green 218 ◦ blue 219

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

Shades of Turquoise #37DADB

Tints of Turquoise #37DADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.31%

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

R = 11.18%
G = 44.31%
B = 44.51%

CMYK

 C value IS 0.75

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#37DADB (or 0x37DADB) is known color: Turquoise. HEX triplet: 37, DA and DB. RGB value is (55,218,219). Sum of RGB (Red+Green+Blue) = 55+218+219=492 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.18% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #37DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DADB is #C82524. Grayscale: #A9A9A9. Windows color (decimal): -13116709 or 14408247. OLE color: 14408247.

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

Color convert

RGB 55 218 219 -
CMYK 0.75 0.00 0 0.14
HSL 180.37º 0.69% 0.54% -
HSV(B) 180.37º 0.75% 0.86% -
XYZ 39.43 56.07 75.76 -
YUV 169.38 156 46.42 -
System Red Green Blue C M Y K H S L
Decimal 55 218 219 0.75 0.00 0 0.14 180.37 0.69 0.54
Hex 37 DA DB 4B 0 0 E B4 45 36
Octal 67 332 333 113 0 0 16 264 105 66
Binary 110111 11011010 11011011 1001011 0 0 1110 10110100 1000101 110110

Color Harmonies of #37DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DADB

Black with #37DADB

Text Example


Text Example

White with #37DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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