Html Css Color HEX #37F3DC Turquoise

📋 copy color: '#37F3DC'

red 55 ◦ green 243 ◦ blue 220

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

Shades of Turquoise #37F3DC

Tints of Turquoise #37F3DC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.91%

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

R = 10.62%
G = 46.91%
B = 42.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#37F3DC (or 0x37F3DC) is known color: Turquoise. HEX triplet: 37, F3 and DC. RGB value is (55,243,220). Sum of RGB (Red+Green+Blue) = 55+243+220=518 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.62% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #37F3DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F3DC is #C80C23. Grayscale: #B8B8B8. Windows color (decimal): -13110308 or 14480183. OLE color: 14480183.

HSL color Cylindrical-coordinate representation of color #37F3DC: hue angle of 172.66º degrees, saturation: 0.89, 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 #37F3DC is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 243 220 -
CMYK 0.77 0 0.09 0.05
HSL 172.66º 0.89% 0.58% -
HSV(B) 172.66º 0.77% 0.95% -
XYZ 46.54 70.08 78.78 -
YUV 184.17 148.22 35.87 -
System Red Green Blue C M Y K H S L
Decimal 55 243 220 0.77 0 0.09 0.05 172.66 0.89 0.58
Hex 37 F3 DC 4D 0 9 5 AD 59 3A
Octal 67 363 334 115 0 11 5 255 131 72
Binary 110111 11110011 11011100 1001101 0 1001 101 10101101 1011001 111010

Color Harmonies of #37F3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37F3DC

Black with #37F3DC

Text Example


Text Example

White with #37F3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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