Html Css Color HEX #37DDDC Turquoise

📋 copy color: '#37DDDC'

red 55 ◦ green 221 ◦ blue 220

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

Shades of Turquoise #37DDDC

Tints of Turquoise #37DDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.56%

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 11.09%
G = 44.56%
B = 44.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#37DDDC (or 0x37DDDC) is known color: Turquoise. HEX triplet: 37, DD and DC. RGB value is (55,221,220). Sum of RGB (Red+Green+Blue) = 55+221+220=496 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.09% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDDC is #C82223. Grayscale: #ABABAB. Windows color (decimal): -13115940 or 14474551. OLE color: 14474551.

HSL color Cylindrical-coordinate representation of color #37DDDC: hue angle of 179.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DDDC is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 221 220 -
CMYK 0.75 0 0.00 0.13
HSL 179.64º 0.71% 0.54% -
HSV(B) 179.64º 0.75% 0.87% -
XYZ 40.35 57.69 76.72 -
YUV 171.25 155.5 45.08 -
System Red Green Blue C M Y K H S L
Decimal 55 221 220 0.75 0 0.00 0.13 179.64 0.71 0.54
Hex 37 DD DC 4B 0 0 D B4 47 36
Octal 67 335 334 113 0 0 15 264 107 66
Binary 110111 11011101 11011100 1001011 0 0 1101 10110100 1000111 110110

Color Harmonies of #37DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDDC

Black with #37DDDC

Text Example


Text Example

White with #37DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,221,220); }

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

background-color css

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

 a { background-color: rgb(55,221,220); }

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

border-color css

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

 span { border-color: rgb(55,221,220); }

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