Html Css Color HEX #37DACE Turquoise

📋 copy color: '#37DACE'

red 55 ◦ green 218 ◦ blue 206

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

Shades of Turquoise #37DACE

Tints of Turquoise #37DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.01%

R = 11.48%
G = 45.51%
B = 43.01%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#37DACE (or 0x37DACE) is known color: Turquoise. HEX triplet: 37, DA and CE. RGB value is (55,218,206). Sum of RGB (Red+Green+Blue) = 55+218+206=479 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.48% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #37DACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DACE is #C82531. Grayscale: #A7A7A7. Windows color (decimal): -13116722 or 13556279. OLE color: 13556279.

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

Color convert

RGB 55 218 206 -
CMYK 0.75 0 0.06 0.15
HSL 175.58º 0.69% 0.54% -
HSV(B) 175.58º 0.75% 0.85% -
XYZ 37.79 55.41 67.1 -
YUV 167.9 149.5 47.48 -
System Red Green Blue C M Y K H S L
Decimal 55 218 206 0.75 0 0.06 0.15 175.58 0.69 0.54
Hex 37 DA CE 4B 0 6 F B0 45 36
Octal 67 332 316 113 0 6 17 260 105 66
Binary 110111 11011010 11001110 1001011 0 110 1111 10110000 1000101 110110

Color Harmonies of #37DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DACE

Black with #37DACE

Text Example


Text Example

White with #37DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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