Html Css Color HEX #58FCDA Turquoise

📋 copy color: '#58FCDA'

red 88 ◦ green 252 ◦ blue 218

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

Shades of Turquoise #58FCDA

Tints of Turquoise #58FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 15.77%
G = 45.16%
B = 39.07%

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

#58FCDA (or 0x58FCDA) is known color: Turquoise. HEX triplet: 58, FC and DA. RGB value is (88,252,218). Sum of RGB (Red+Green+Blue) = 88+252+218=558 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.77% from 558); Green value is 252 (98.83% from 255 or 45.16% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCDA is #A70325. Grayscale: #C7C7C7. Windows color (decimal): -10945318 or 14351448. OLE color: 14351448.

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

Color convert

RGB 88 252 218 -
CMYK 0.65 0 0.13 0.01
HSL 167.56º 0.96% 0.67% -
HSV(B) 167.56º 0.65% 0.99% -
XYZ 51.49 76.76 78.43 -
YUV 199.09 138.67 48.76 -
System Red Green Blue C M Y K H S L
Decimal 88 252 218 0.65 0 0.13 0.01 167.56 0.96 0.67
Hex 58 FC DA 41 0 D 1 A8 60 43
Octal 130 374 332 101 0 15 1 250 140 103
Binary 1011000 11111100 11011010 1000001 0 1101 1 10101000 1100000 1000011

Color Harmonies of #58FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FCDA

Black with #58FCDA

Text Example


Text Example

White with #58FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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