Html Css Color HEX #37D2DA Turquoise

📋 copy color: '#37D2DA'

red 55 ◦ green 210 ◦ blue 218

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

Shades of Turquoise #37D2DA

Tints of Turquoise #37D2DA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.48%

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 11.39%
G = 43.48%
B = 45.13%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#37D2DA (or 0x37D2DA) is known color: Turquoise. HEX triplet: 37, D2 and DA. RGB value is (55,210,218). Sum of RGB (Red+Green+Blue) = 55+210+218=483 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.39% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #37D2DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D2DA is #C82D25. Grayscale: #A4A4A4. Windows color (decimal): -13118758 or 14340663. OLE color: 14340663.

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

Color convert

RGB 55 210 218 -
CMYK 0.75 0.04 0 0.15
HSL 182.94º 0.69% 0.54% -
HSV(B) 182.94º 0.75% 0.85% -
XYZ 37.28 51.97 74.4 -
YUV 164.57 158.15 49.85 -
System Red Green Blue C M Y K H S L
Decimal 55 210 218 0.75 0.04 0 0.15 182.94 0.69 0.54
Hex 37 D2 DA 4B 4 0 F B7 45 36
Octal 67 322 332 113 4 0 17 267 105 66
Binary 110111 11010010 11011010 1001011 100 0 1111 10110111 1000101 110110

Color Harmonies of #37D2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D2DA

Black with #37D2DA

Text Example


Text Example

White with #37D2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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