Html Css Color HEX #37DCF2 Turquoise

📋 copy color: '#37DCF2'

red 55 ◦ green 220 ◦ blue 242

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

Shades of Turquoise #37DCF2

Tints of Turquoise #37DCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 10.64%
G = 42.55%
B = 46.81%

CMYK

 C value IS 0.77

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#37DCF2 (or 0x37DCF2) is known color: Turquoise. HEX triplet: 37, DC and F2. RGB value is (55,220,242). Sum of RGB (Red+Green+Blue) = 55+220+242=517 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.64% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #37DCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #37DCF2 is #C8230D. Grayscale: #ACACAC. Windows color (decimal): -13116174 or 15916087. OLE color: 15916087.

HSL color Cylindrical-coordinate representation of color #37DCF2: hue angle of 187.06º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37DCF2 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 220 242 -
CMYK 0.77 0.09 0 0.05
HSL 187.06º 0.88% 0.58% -
HSV(B) 187.06º 0.77% 0.95% -
XYZ 43.2 58.41 93 -
YUV 173.17 166.84 43.71 -
System Red Green Blue C M Y K H S L
Decimal 55 220 242 0.77 0.09 0 0.05 187.06 0.88 0.58
Hex 37 DC F2 4D 9 0 5 BB 58 3A
Octal 67 334 362 115 11 0 5 273 130 72
Binary 110111 11011100 11110010 1001101 1001 0 101 10111011 1011000 111010

Color Harmonies of #37DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCF2

Black with #37DCF2

Text Example


Text Example

White with #37DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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