Html Css Color HEX #58FDDF Turquoise

📋 copy color: '#58FDDF'

red 88 ◦ green 253 ◦ blue 223

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

Shades of Turquoise #58FDDF

Tints of Turquoise #58FDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.86%

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

R = 15.6%
G = 44.86%
B = 39.54%

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

#58FDDF (or 0x58FDDF) is known color: Turquoise. HEX triplet: 58, FD and DF. RGB value is (88,253,223). Sum of RGB (Red+Green+Blue) = 88+253+223=564 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.60% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #58FDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FDDF is #A70220. Grayscale: #C8C8C8. Windows color (decimal): -10945057 or 14679384. OLE color: 14679384.

HSL color Cylindrical-coordinate representation of color #58FDDF: hue angle of 169.09º degrees, saturation: 0.98, 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 #58FDDF is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 253 223 -
CMYK 0.65 0 0.12 0.01
HSL 169.09º 0.98% 0.67% -
HSV(B) 169.09º 0.65% 0.99% -
XYZ 52.47 77.65 82.04 -
YUV 200.25 140.84 47.94 -
System Red Green Blue C M Y K H S L
Decimal 88 253 223 0.65 0 0.12 0.01 169.09 0.98 0.67
Hex 58 FD DF 41 0 C 1 A9 62 43
Octal 130 375 337 101 0 14 1 251 142 103
Binary 1011000 11111101 11011111 1000001 0 1100 1 10101001 1100010 1000011

Color Harmonies of #58FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FDDF

Black with #58FDDF

Text Example


Text Example

White with #58FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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