Html Css Color HEX #37DAD0 Turquoise

📋 copy color: '#37DAD0'

red 55 ◦ green 218 ◦ blue 208

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

Shades of Turquoise #37DAD0

Tints of Turquoise #37DAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 11.43%
G = 45.32%
B = 43.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#37DAD0 (or 0x37DAD0) is known color: Turquoise. HEX triplet: 37, DA and D0. RGB value is (55,218,208). Sum of RGB (Red+Green+Blue) = 55+218+208=481 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.43% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #37DAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DAD0 is #C8252F. Grayscale: #A8A8A8. Windows color (decimal): -13116720 or 13687351. OLE color: 13687351.

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

Color convert

RGB 55 218 208 -
CMYK 0.75 0 0.05 0.15
HSL 176.32º 0.69% 0.54% -
HSV(B) 176.32º 0.75% 0.85% -
XYZ 38.03 55.51 68.38 -
YUV 168.12 150.5 47.31 -
System Red Green Blue C M Y K H S L
Decimal 55 218 208 0.75 0 0.05 0.15 176.32 0.69 0.54
Hex 37 DA D0 4B 0 5 F B0 45 36
Octal 67 332 320 113 0 5 17 260 105 66
Binary 110111 11011010 11010000 1001011 0 101 1111 10110000 1000101 110110

Color Harmonies of #37DAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DAD0

Black with #37DAD0

Text Example


Text Example

White with #37DAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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