Html Css Color HEX #58F1C4 Turquoise

📋 copy color: '#58F1C4'

red 88 ◦ green 241 ◦ blue 196

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

Shades of Turquoise #58F1C4

Tints of Turquoise #58F1C4

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.9%

 BLUE value IS 196 (76.95% from 255) = 37.33%

R = 16.76%
G = 45.9%
B = 37.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#58F1C4 (or 0x58F1C4) is known color: Turquoise. HEX triplet: 58, F1 and C4. RGB value is (88,241,196). Sum of RGB (Red+Green+Blue) = 88+241+196=525 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.76% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #58F1C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F1C4 is #A70E3B. Grayscale: #BEBEBE. Windows color (decimal): -10948156 or 12906840. OLE color: 12906840.

HSL color Cylindrical-coordinate representation of color #58F1C4: hue angle of 162.35º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58F1C4 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 88 241 196 -
CMYK 0.63 0 0.19 0.05
HSL 162.35º 0.85% 0.65% -
HSV(B) 162.35º 0.63% 0.95% -
XYZ 45.44 68.97 63.14 -
YUV 190.12 131.31 55.16 -
System Red Green Blue C M Y K H S L
Decimal 88 241 196 0.63 0 0.19 0.05 162.35 0.85 0.65
Hex 58 F1 C4 3F 0 13 5 A2 55 41
Octal 130 361 304 77 0 23 5 242 125 101
Binary 1011000 11110001 11000100 111111 0 10011 101 10100010 1010101 1000001

Color Harmonies of #58F1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F1C4

Black with #58F1C4

Text Example


Text Example

White with #58F1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,241,196); }

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

background-color css

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

 a { background-color: rgb(88,241,196); }

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

border-color css

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

 span { border-color: rgb(88,241,196); }

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