Html Css Color HEX #58F1DF Turquoise

📋 copy color: '#58F1DF'

red 88 ◦ green 241 ◦ blue 223

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

Shades of Turquoise #58F1DF

Tints of Turquoise #58F1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.66%

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 15.94%
G = 43.66%
B = 40.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#58F1DF (or 0x58F1DF) is known color: Turquoise. HEX triplet: 58, F1 and DF. RGB value is (88,241,223). Sum of RGB (Red+Green+Blue) = 88+241+223=552 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.94% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #58F1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F1DF is #A70E20. Grayscale: #C1C1C1. Windows color (decimal): -10948129 or 14676312. OLE color: 14676312.

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

Color convert

RGB 88 241 223 -
CMYK 0.63 0 0.07 0.05
HSL 172.94º 0.85% 0.65% -
HSV(B) 172.94º 0.63% 0.95% -
XYZ 48.8 70.31 80.81 -
YUV 193.2 144.81 52.96 -
System Red Green Blue C M Y K H S L
Decimal 88 241 223 0.63 0 0.07 0.05 172.94 0.85 0.65
Hex 58 F1 DF 3F 0 7 5 AD 55 41
Octal 130 361 337 77 0 7 5 255 125 101
Binary 1011000 11110001 11011111 111111 0 111 101 10101101 1010101 1000001

Color Harmonies of #58F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F1DF

Black with #58F1DF

Text Example


Text Example

White with #58F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,241,223); }

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

background-color css

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

 a { background-color: rgb(88,241,223); }

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

border-color css

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

 span { border-color: rgb(88,241,223); }

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