Html Css Color HEX #37DCE0 Turquoise

📋 copy color: '#37DCE0'

red 55 ◦ green 220 ◦ blue 224

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

Shades of Turquoise #37DCE0

Tints of Turquoise #37DCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.89%

R = 11.02%
G = 44.09%
B = 44.89%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#37DCE0 (or 0x37DCE0) is known color: Turquoise. HEX triplet: 37, DC and E0. RGB value is (55,220,224). Sum of RGB (Red+Green+Blue) = 55+220+224=499 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11.02% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #37DCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCE0 is #C8231F. Grayscale: #AAAAAA. Windows color (decimal): -13116192 or 14736439. OLE color: 14736439.

HSL color Cylindrical-coordinate representation of color #37DCE0: hue angle of 181.42º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DCE0 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 220 224 -
CMYK 0.75 0.02 0 0.12
HSL 181.42º 0.73% 0.55% -
HSV(B) 181.42º 0.75% 0.88% -
XYZ 40.62 57.38 79.46 -
YUV 171.12 157.84 45.17 -
System Red Green Blue C M Y K H S L
Decimal 55 220 224 0.75 0.02 0 0.12 181.42 0.73 0.55
Hex 37 DC E0 4B 2 0 C B5 49 37
Octal 67 334 340 113 2 0 14 265 111 67
Binary 110111 11011100 11100000 1001011 10 0 1100 10110101 1001001 110111

Color Harmonies of #37DCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCE0

Black with #37DCE0

Text Example


Text Example

White with #37DCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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