Html Css Color HEX #58F7CC Turquoise

📋 copy color: '#58F7CC'

red 88 ◦ green 247 ◦ blue 204

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

Shades of Turquoise #58F7CC

Tints of Turquoise #58F7CC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.83%

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

R = 16.33%
G = 45.83%
B = 37.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#58F7CC (or 0x58F7CC) is known color: Turquoise. HEX triplet: 58, F7 and CC. RGB value is (88,247,204). Sum of RGB (Red+Green+Blue) = 88+247+204=539 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.33% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #58F7CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F7CC is #A70833. Grayscale: #C2C2C2. Windows color (decimal): -10946612 or 13432664. OLE color: 13432664.

HSL color Cylindrical-coordinate representation of color #58F7CC: hue angle of 163.77º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F7CC is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 88 247 204 -
CMYK 0.64 0 0.17 0.03
HSL 163.77º 0.91% 0.66% -
HSV(B) 163.77º 0.64% 0.97% -
XYZ 48.18 72.96 68.67 -
YUV 194.56 133.32 52 -
System Red Green Blue C M Y K H S L
Decimal 88 247 204 0.64 0 0.17 0.03 163.77 0.91 0.66
Hex 58 F7 CC 40 0 11 3 A4 5B 42
Octal 130 367 314 100 0 21 3 244 133 102
Binary 1011000 11110111 11001100 1000000 0 10001 11 10100100 1011011 1000010

Color Harmonies of #58F7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F7CC

Black with #58F7CC

Text Example


Text Example

White with #58F7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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