Html Css Color HEX #37DCE1 Turquoise

📋 copy color: '#37DCE1'

red 55 ◦ green 220 ◦ blue 225

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

Shades of Turquoise #37DCE1

Tints of Turquoise #37DCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45%

R = 11%
G = 44%
B = 45%

CMYK

 C value IS 0.76

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#37DCE1 (or 0x37DCE1) is known color: Turquoise. HEX triplet: 37, DC and E1. RGB value is (55,220,225). Sum of RGB (Red+Green+Blue) = 55+220+225=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #37DCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCE1 is #C8231E. Grayscale: #ABABAB. Windows color (decimal): -13116191 or 14801975. OLE color: 14801975.

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

Color convert

RGB 55 220 225 -
CMYK 0.76 0.02 0 0.12
HSL 181.76º 0.74% 0.55% -
HSV(B) 181.76º 0.76% 0.88% -
XYZ 40.76 57.43 80.17 -
YUV 171.24 158.34 45.09 -
System Red Green Blue C M Y K H S L
Decimal 55 220 225 0.76 0.02 0 0.12 181.76 0.74 0.55
Hex 37 DC E1 4C 2 0 C B6 4A 37
Octal 67 334 341 114 2 0 14 266 112 67
Binary 110111 11011100 11100001 1001100 10 0 1100 10110110 1001010 110111

Color Harmonies of #37DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCE1

Black with #37DCE1

Text Example


Text Example

White with #37DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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