Html Css Color HEX #58FADE Turquoise

📋 copy color: '#58FADE'

red 88 ◦ green 250 ◦ blue 222

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

Shades of Turquoise #58FADE

Tints of Turquoise #58FADE

RGB

 RED value IS 88 (34.77% from 255) = 15.71%

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

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

R = 15.71%
G = 44.64%
B = 39.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#58FADE (or 0x58FADE) is known color: Turquoise. HEX triplet: 58, FA and DE. RGB value is (88,250,222). Sum of RGB (Red+Green+Blue) = 88+250+222=560 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.71% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #58FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FADE is #A70521. Grayscale: #C6C6C6. Windows color (decimal): -10945826 or 14613080. OLE color: 14613080.

HSL color Cylindrical-coordinate representation of color #58FADE: hue angle of 169.63º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FADE is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 250 222 -
CMYK 0.65 0 0.11 0.02
HSL 169.63º 0.94% 0.66% -
HSV(B) 169.63º 0.65% 0.98% -
XYZ 51.39 75.72 81.01 -
YUV 198.37 141.33 49.28 -
System Red Green Blue C M Y K H S L
Decimal 88 250 222 0.65 0 0.11 0.02 169.63 0.94 0.66
Hex 58 FA DE 41 0 B 2 AA 5E 42
Octal 130 372 336 101 0 13 2 252 136 102
Binary 1011000 11111010 11011110 1000001 0 1011 10 10101010 1011110 1000010

Color Harmonies of #58FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FADE

Black with #58FADE

Text Example


Text Example

White with #58FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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