Html Css Color HEX #58FADD Turquoise

📋 copy color: '#58FADD'

red 88 ◦ green 250 ◦ blue 221

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

Shades of Turquoise #58FADD

Tints of Turquoise #58FADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 15.74%
G = 44.72%
B = 39.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#58FADD (or 0x58FADD) is known color: Turquoise. HEX triplet: 58, FA and DD. RGB value is (88,250,221). Sum of RGB (Red+Green+Blue) = 88+250+221=559 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.74% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #58FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FADD is #A70522. Grayscale: #C6C6C6. Windows color (decimal): -10945827 or 14547544. OLE color: 14547544.

HSL color Cylindrical-coordinate representation of color #58FADD: hue angle of 169.26º 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 #58FADD is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 250 221 -
CMYK 0.65 0 0.12 0.02
HSL 169.26º 0.94% 0.66% -
HSV(B) 169.26º 0.65% 0.98% -
XYZ 51.26 75.67 80.31 -
YUV 198.26 140.83 49.36 -
System Red Green Blue C M Y K H S L
Decimal 88 250 221 0.65 0 0.12 0.02 169.26 0.94 0.66
Hex 58 FA DD 41 0 C 2 A9 5E 42
Octal 130 372 335 101 0 14 2 251 136 102
Binary 1011000 11111010 11011101 1000001 0 1100 10 10101001 1011110 1000010

Color Harmonies of #58FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FADD

Black with #58FADD

Text Example


Text Example

White with #58FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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