Html Css Color HEX #37FACC Turquoise

📋 copy color: '#37FACC'

red 55 ◦ green 250 ◦ blue 204

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

Shades of Turquoise #37FACC

Tints of Turquoise #37FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 10.81%
G = 49.12%
B = 40.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#37FACC (or 0x37FACC) is known color: Turquoise. HEX triplet: 37, FA and CC. RGB value is (55,250,204). Sum of RGB (Red+Green+Blue) = 55+250+204=509 (67% of max value = 765). Red value is 55 (21.88% from 255 or 10.81% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #37FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FACC is #C80533. Grayscale: #BABABA. Windows color (decimal): -13108532 or 13433399. OLE color: 13433399.

HSL color Cylindrical-coordinate representation of color #37FACC: hue angle of 165.85º 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 #37FACC is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 250 204 -
CMYK 0.78 0 0.18 0.02
HSL 165.85º 0.95% 0.6% -
HSV(B) 165.85º 0.78% 0.98% -
XYZ 46.66 73.54 68.86 -
YUV 186.45 137.9 34.24 -
System Red Green Blue C M Y K H S L
Decimal 55 250 204 0.78 0 0.18 0.02 165.85 0.95 0.6
Hex 37 FA CC 4E 0 12 2 A6 5F 3C
Octal 67 372 314 116 0 22 2 246 137 74
Binary 110111 11111010 11001100 1001110 0 10010 10 10100110 1011111 111100

Color Harmonies of #37FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FACC

Black with #37FACC

Text Example


Text Example

White with #37FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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