Html Css Color HEX #37DAD3 Turquoise

📋 copy color: '#37DAD3'

red 55 ◦ green 218 ◦ blue 211

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

Shades of Turquoise #37DAD3

Tints of Turquoise #37DAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.6%

R = 11.36%
G = 45.04%
B = 43.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#37DAD3 (or 0x37DAD3) is known color: Turquoise. HEX triplet: 37, DA and D3. RGB value is (55,218,211). Sum of RGB (Red+Green+Blue) = 55+218+211=484 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.36% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #37DAD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DAD3 is #C8252C. Grayscale: #A8A8A8. Windows color (decimal): -13116717 or 13883959. OLE color: 13883959.

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

Color convert

RGB 55 218 211 -
CMYK 0.75 0 0.03 0.15
HSL 177.42º 0.69% 0.54% -
HSV(B) 177.42º 0.75% 0.85% -
XYZ 38.4 55.66 70.35 -
YUV 168.47 152 47.07 -
System Red Green Blue C M Y K H S L
Decimal 55 218 211 0.75 0 0.03 0.15 177.42 0.69 0.54
Hex 37 DA D3 4B 0 3 F B1 45 36
Octal 67 332 323 113 0 3 17 261 105 66
Binary 110111 11011010 11010011 1001011 0 11 1111 10110001 1000101 110110

Color Harmonies of #37DAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DAD3

Black with #37DAD3

Text Example


Text Example

White with #37DAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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