Html Css Color HEX #58FCDF Turquoise

📋 copy color: '#58FCDF'

red 88 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #58FCDF

Tints of Turquoise #58FCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.76%

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

R = 15.63%
G = 44.76%
B = 39.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#58FCDF (or 0x58FCDF) is known color: Turquoise. HEX triplet: 58, FC and DF. RGB value is (88,252,223). Sum of RGB (Red+Green+Blue) = 88+252+223=563 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.63% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCDF is #A70320. Grayscale: #C7C7C7. Windows color (decimal): -10945313 or 14679128. OLE color: 14679128.

HSL color Cylindrical-coordinate representation of color #58FCDF: hue angle of 169.39º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FCDF is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 252 223 -
CMYK 0.65 0 0.12 0.01
HSL 169.39º 0.96% 0.67% -
HSV(B) 169.39º 0.65% 0.99% -
XYZ 52.15 77.02 81.93 -
YUV 199.66 141.17 48.36 -
System Red Green Blue C M Y K H S L
Decimal 88 252 223 0.65 0 0.12 0.01 169.39 0.96 0.67
Hex 58 FC DF 41 0 C 1 A9 60 43
Octal 130 374 337 101 0 14 1 251 140 103
Binary 1011000 11111100 11011111 1000001 0 1100 1 10101001 1100000 1000011

Color Harmonies of #58FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FCDF

Black with #58FCDF

Text Example


Text Example

White with #58FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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