Html Css Color HEX #58F3DF Turquoise

📋 copy color: '#58F3DF'

red 88 ◦ green 243 ◦ blue 223

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

Shades of Turquoise #58F3DF

Tints of Turquoise #58F3DF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.86%

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

R = 15.88%
G = 43.86%
B = 40.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#58F3DF (or 0x58F3DF) is known color: Turquoise. HEX triplet: 58, F3 and DF. RGB value is (88,243,223). Sum of RGB (Red+Green+Blue) = 88+243+223=554 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.88% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #58F3DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F3DF is #A70C20. Grayscale: #C2C2C2. Windows color (decimal): -10947617 or 14676824. OLE color: 14676824.

HSL color Cylindrical-coordinate representation of color #58F3DF: hue angle of 172.26º degrees, saturation: 0.87, 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 #58F3DF is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 243 223 -
CMYK 0.64 0 0.08 0.05
HSL 172.26º 0.87% 0.65% -
HSV(B) 172.26º 0.64% 0.95% -
XYZ 49.39 71.5 81.01 -
YUV 194.38 144.15 52.13 -
System Red Green Blue C M Y K H S L
Decimal 88 243 223 0.64 0 0.08 0.05 172.26 0.87 0.65
Hex 58 F3 DF 40 0 8 5 AC 57 41
Octal 130 363 337 100 0 10 5 254 127 101
Binary 1011000 11110011 11011111 1000000 0 1000 101 10101100 1010111 1000001

Color Harmonies of #58F3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F3DF

Black with #58F3DF

Text Example


Text Example

White with #58F3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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