Html Css Color HEX #37FADC Turquoise

📋 copy color: '#37FADC'

red 55 ◦ green 250 ◦ blue 220

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

Shades of Turquoise #37FADC

Tints of Turquoise #37FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.62%

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

R = 10.48%
G = 47.62%
B = 41.9%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#37FADC (or 0x37FADC) is known color: Turquoise. HEX triplet: 37, FA and DC. RGB value is (55,250,220). Sum of RGB (Red+Green+Blue) = 55+250+220=525 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.48% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #37FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FADC is #C80523. Grayscale: #BCBCBC. Windows color (decimal): -13108516 or 14481975. OLE color: 14481975.

HSL color Cylindrical-coordinate representation of color #37FADC: hue angle of 170.77º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FADC is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 250 220 -
CMYK 0.78 0 0.12 0.02
HSL 170.77º 0.95% 0.6% -
HSV(B) 170.77º 0.78% 0.98% -
XYZ 48.68 74.35 79.5 -
YUV 188.28 145.9 32.94 -
System Red Green Blue C M Y K H S L
Decimal 55 250 220 0.78 0 0.12 0.02 170.77 0.95 0.6
Hex 37 FA DC 4E 0 C 2 AB 5F 3C
Octal 67 372 334 116 0 14 2 253 137 74
Binary 110111 11111010 11011100 1001110 0 1100 10 10101011 1011111 111100

Color Harmonies of #37FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FADC

Black with #37FADC

Text Example


Text Example

White with #37FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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