Html Css Color HEX #37FADE Turquoise

📋 copy color: '#37FADE'

red 55 ◦ green 250 ◦ blue 222

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

Shades of Turquoise #37FADE

Tints of Turquoise #37FADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.13%

R = 10.44%
G = 47.44%
B = 42.13%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#37FADE (or 0x37FADE) is known color: Turquoise. HEX triplet: 37, FA and DE. RGB value is (55,250,222). Sum of RGB (Red+Green+Blue) = 55+250+222=527 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.44% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #37FADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37FADE is #C80521. Grayscale: #BCBCBC. Windows color (decimal): -13108514 or 14613047. OLE color: 14613047.

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

Color convert

RGB 55 250 222 -
CMYK 0.78 0 0.11 0.02
HSL 171.38º 0.95% 0.6% -
HSV(B) 171.38º 0.78% 0.98% -
XYZ 48.95 74.46 80.9 -
YUV 188.5 146.9 32.78 -
System Red Green Blue C M Y K H S L
Decimal 55 250 222 0.78 0 0.11 0.02 171.38 0.95 0.6
Hex 37 FA DE 4E 0 B 2 AB 5F 3C
Octal 67 372 336 116 0 13 2 253 137 74
Binary 110111 11111010 11011110 1001110 0 1011 10 10101011 1011111 111100

Color Harmonies of #37FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37FADE

Black with #37FADE

Text Example


Text Example

White with #37FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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