Html Css Color HEX #37FFDC Turquoise

📋 copy color: '#37FFDC'

red 55 ◦ green 255 ◦ blue 220

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

Shades of Turquoise #37FFDC

Tints of Turquoise #37FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 48.11%

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

R = 10.38%
G = 48.11%
B = 41.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#37FFDC (or 0x37FFDC) is known color: Turquoise. HEX triplet: 37, FF and DC. RGB value is (55,255,220). Sum of RGB (Red+Green+Blue) = 55+255+220=530 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.38% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #37FFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FFDC is #C80023. Grayscale: #BFBFBF. Windows color (decimal): -13107236 or 14483255. OLE color: 14483255.

HSL color Cylindrical-coordinate representation of color #37FFDC: hue angle of 169.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FFDC is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 55 255 220 -
CMYK 0.78 0 0.14 0
HSL 169.5º 1% 0.61% -
HSV(B) 169.5º 0.78% 1% -
XYZ 50.25 77.5 80.02 -
YUV 191.21 144.24 30.85 -
System Red Green Blue C M Y K H S L
Decimal 55 255 220 0.78 0 0.14 0 169.5 1 0.61
Hex 37 FF DC 4E 0 E 0 AA 64 3D
Octal 67 377 334 116 0 16 0 252 144 75
Binary 110111 11111111 11011100 1001110 0 1110 0 10101010 1100100 111101

Color Harmonies of #37FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FFDC

Black with #37FFDC

Text Example


Text Example

White with #37FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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