Html Css Color HEX #58F5CC Turquoise

📋 copy color: '#58F5CC'

red 88 ◦ green 245 ◦ blue 204

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

Shades of Turquoise #58F5CC

Tints of Turquoise #58F5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.62%

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 16.39%
G = 45.62%
B = 37.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#58F5CC (or 0x58F5CC) is known color: Turquoise. HEX triplet: 58, F5 and CC. RGB value is (88,245,204). Sum of RGB (Red+Green+Blue) = 88+245+204=537 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.39% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #58F5CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F5CC is #A70A33. Grayscale: #C1C1C1. Windows color (decimal): -10947124 or 13432152. OLE color: 13432152.

HSL color Cylindrical-coordinate representation of color #58F5CC: hue angle of 164.33º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F5CC is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 245 204 -
CMYK 0.64 0 0.17 0.04
HSL 164.33º 0.89% 0.65% -
HSV(B) 164.33º 0.64% 0.96% -
XYZ 47.58 71.74 68.47 -
YUV 193.38 133.99 52.83 -
System Red Green Blue C M Y K H S L
Decimal 88 245 204 0.64 0 0.17 0.04 164.33 0.89 0.65
Hex 58 F5 CC 40 0 11 4 A4 59 41
Octal 130 365 314 100 0 21 4 244 131 101
Binary 1011000 11110101 11001100 1000000 0 10001 100 10100100 1011001 1000001

Color Harmonies of #58F5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F5CC

Black with #58F5CC

Text Example


Text Example

White with #58F5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,245,204); }

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

background-color css

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

 a { background-color: rgb(88,245,204); }

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

border-color css

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

 span { border-color: rgb(88,245,204); }

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