Html Css Color HEX #37DCDD Turquoise

📋 copy color: '#37DCDD'

red 55 ◦ green 220 ◦ blue 221

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

Shades of Turquoise #37DCDD

Tints of Turquoise #37DCDD

RGB

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

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

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

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

CMYK

 C value IS 0.75

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #37DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCDD

Black with #37DCDD

Text Example


Text Example

White with #37DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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