Html Css Color HEX #58FCDD Turquoise

📋 copy color: '#58FCDD'

red 88 ◦ green 252 ◦ blue 221

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

Shades of Turquoise #58FCDD

Tints of Turquoise #58FCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.39%

R = 15.69%
G = 44.92%
B = 39.39%

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

#58FCDD (or 0x58FCDD) is known color: Turquoise. HEX triplet: 58, FC and DD. RGB value is (88,252,221). Sum of RGB (Red+Green+Blue) = 88+252+221=561 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.69% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCDD is #A70322. Grayscale: #C7C7C7. Windows color (decimal): -10945315 or 14548056. OLE color: 14548056.

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

Color convert

RGB 88 252 221 -
CMYK 0.65 0 0.12 0.01
HSL 168.66º 0.96% 0.67% -
HSV(B) 168.66º 0.65% 0.99% -
XYZ 51.89 76.92 80.52 -
YUV 199.43 140.17 48.52 -
System Red Green Blue C M Y K H S L
Decimal 88 252 221 0.65 0 0.12 0.01 168.66 0.96 0.67
Hex 58 FC DD 41 0 C 1 A9 60 43
Octal 130 374 335 101 0 14 1 251 140 103
Binary 1011000 11111100 11011101 1000001 0 1100 1 10101001 1100000 1000011

Color Harmonies of #58FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FCDD

Black with #58FCDD

Text Example


Text Example

White with #58FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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