Html Css Color HEX #58F7C8 Turquoise

📋 copy color: '#58F7C8'

red 88 ◦ green 247 ◦ blue 200

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

Shades of Turquoise #58F7C8

Tints of Turquoise #58F7C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 16.45%
G = 46.17%
B = 37.38%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#58F7C8 (or 0x58F7C8) is known color: Turquoise. HEX triplet: 58, F7 and C8. RGB value is (88,247,200). Sum of RGB (Red+Green+Blue) = 88+247+200=535 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.45% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #58F7C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F7C8 is #A70837. Grayscale: #C2C2C2. Windows color (decimal): -10946616 or 13170520. OLE color: 13170520.

HSL color Cylindrical-coordinate representation of color #58F7C8: hue angle of 162.26º 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 #58F7C8 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 88 247 200 -
CMYK 0.64 0 0.19 0.03
HSL 162.26º 0.91% 0.66% -
HSV(B) 162.26º 0.64% 0.97% -
XYZ 47.71 72.77 66.17 -
YUV 194.1 131.32 52.32 -
System Red Green Blue C M Y K H S L
Decimal 88 247 200 0.64 0 0.19 0.03 162.26 0.91 0.66
Hex 58 F7 C8 40 0 13 3 A2 5B 42
Octal 130 367 310 100 0 23 3 242 133 102
Binary 1011000 11110111 11001000 1000000 0 10011 11 10100010 1011011 1000010

Color Harmonies of #58F7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F7C8

Black with #58F7C8

Text Example


Text Example

White with #58F7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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