Html Css Color HEX #58F2D9 Turquoise

📋 copy color: '#58F2D9'

red 88 ◦ green 242 ◦ blue 217

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

Shades of Turquoise #58F2D9

Tints of Turquoise #58F2D9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.24%

 BLUE value IS 217 (85.16% from 255) = 39.67%

R = 16.09%
G = 44.24%
B = 39.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#58F2D9 (or 0x58F2D9) is known color: Turquoise. HEX triplet: 58, F2 and D9. RGB value is (88,242,217). Sum of RGB (Red+Green+Blue) = 88+242+217=547 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.09% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #58F2D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F2D9 is #A70D26. Grayscale: #C1C1C1. Windows color (decimal): -10947879 or 14283352. OLE color: 14283352.

HSL color Cylindrical-coordinate representation of color #58F2D9: hue angle of 170.26º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F2D9 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 242 217 -
CMYK 0.64 0 0.10 0.05
HSL 170.26º 0.86% 0.65% -
HSV(B) 170.26º 0.64% 0.95% -
XYZ 48.3 70.59 76.72 -
YUV 193.1 141.48 53.03 -
System Red Green Blue C M Y K H S L
Decimal 88 242 217 0.64 0 0.10 0.05 170.26 0.86 0.65
Hex 58 F2 D9 40 0 A 5 AA 56 41
Octal 130 362 331 100 0 12 5 252 126 101
Binary 1011000 11110010 11011001 1000000 0 1010 101 10101010 1010110 1000001

Color Harmonies of #58F2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F2D9

Black with #58F2D9

Text Example


Text Example

White with #58F2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,242,217); }

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

background-color css

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

 a { background-color: rgb(88,242,217); }

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

border-color css

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

 span { border-color: rgb(88,242,217); }

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