Html Css Color HEX #58FCCF Turquoise

📋 copy color: '#58FCCF'

red 88 ◦ green 252 ◦ blue 207

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

Shades of Turquoise #58FCCF

Tints of Turquoise #58FCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.84%

R = 16.09%
G = 46.07%
B = 37.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#58FCCF (or 0x58FCCF) is known color: Turquoise. HEX triplet: 58, FC and CF. RGB value is (88,252,207). Sum of RGB (Red+Green+Blue) = 88+252+207=547 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.09% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCCF is #A70330. Grayscale: #C5C5C5. Windows color (decimal): -10945329 or 13630552. OLE color: 13630552.

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

Color convert

RGB 88 252 207 -
CMYK 0.65 0 0.18 0.01
HSL 163.54º 0.96% 0.67% -
HSV(B) 163.54º 0.65% 0.99% -
XYZ 50.1 76.2 71.1 -
YUV 197.83 133.17 49.66 -
System Red Green Blue C M Y K H S L
Decimal 88 252 207 0.65 0 0.18 0.01 163.54 0.96 0.67
Hex 58 FC CF 41 0 12 1 A4 60 43
Octal 130 374 317 101 0 22 1 244 140 103
Binary 1011000 11111100 11001111 1000001 0 10010 1 10100100 1100000 1000011

Color Harmonies of #58FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FCCF

Black with #58FCCF

Text Example


Text Example

White with #58FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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