Html Css Color HEX #58F8DD Turquoise

📋 copy color: '#58F8DD'

red 88 ◦ green 248 ◦ blue 221

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

Shades of Turquoise #58F8DD

Tints of Turquoise #58F8DD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.52%

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

R = 15.8%
G = 44.52%
B = 39.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#58F8DD (or 0x58F8DD) is known color: Turquoise. HEX triplet: 58, F8 and DD. RGB value is (88,248,221). Sum of RGB (Red+Green+Blue) = 88+248+221=557 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.80% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #58F8DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F8DD is #A70722. Grayscale: #C5C5C5. Windows color (decimal): -10946339 or 14547032. OLE color: 14547032.

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

Color convert

RGB 88 248 221 -
CMYK 0.65 0 0.11 0.03
HSL 169.88º 0.92% 0.66% -
HSV(B) 169.88º 0.65% 0.97% -
XYZ 50.64 74.43 80.1 -
YUV 197.08 141.49 50.2 -
System Red Green Blue C M Y K H S L
Decimal 88 248 221 0.65 0 0.11 0.03 169.88 0.92 0.66
Hex 58 F8 DD 41 0 B 3 AA 5C 42
Octal 130 370 335 101 0 13 3 252 134 102
Binary 1011000 11111000 11011101 1000001 0 1011 11 10101010 1011100 1000010

Color Harmonies of #58F8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F8DD

Black with #58F8DD

Text Example


Text Example

White with #58F8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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