Html Css Color HEX #58FDDC Turquoise

📋 copy color: '#58FDDC'

red 88 ◦ green 253 ◦ blue 220

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

Shades of Turquoise #58FDDC

Tints of Turquoise #58FDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 15.69%
G = 45.1%
B = 39.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#58FDDC (or 0x58FDDC) is known color: Turquoise. HEX triplet: 58, FD and DC. RGB value is (88,253,220). Sum of RGB (Red+Green+Blue) = 88+253+220=561 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.69% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #58FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FDDC is #A70223. Grayscale: #C7C7C7. Windows color (decimal): -10945060 or 14482776. OLE color: 14482776.

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

Color convert

RGB 88 253 220 -
CMYK 0.65 0 0.13 0.01
HSL 168º 0.98% 0.67% -
HSV(B) 168º 0.65% 0.99% -
XYZ 52.07 77.49 79.92 -
YUV 199.9 139.34 48.18 -
System Red Green Blue C M Y K H S L
Decimal 88 253 220 0.65 0 0.13 0.01 168 0.98 0.67
Hex 58 FD DC 41 0 D 1 A8 62 43
Octal 130 375 334 101 0 15 1 250 142 103
Binary 1011000 11111101 11011100 1000001 0 1101 1 10101000 1100010 1000011

Color Harmonies of #58FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FDDC

Black with #58FDDC

Text Example


Text Example

White with #58FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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