Html Css Color HEX #58F0BE Turquoise

📋 copy color: '#58F0BE'

red 88 ◦ green 240 ◦ blue 190

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

Shades of Turquoise #58F0BE

Tints of Turquoise #58F0BE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.33%

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 16.99%
G = 46.33%
B = 36.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#58F0BE (or 0x58F0BE) is known color: Turquoise. HEX triplet: 58, F0 and BE. RGB value is (88,240,190). Sum of RGB (Red+Green+Blue) = 88+240+190=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #58F0BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F0BE is #A70F41. Grayscale: #BCBCBC. Windows color (decimal): -10948418 or 12513368. OLE color: 12513368.

HSL color Cylindrical-coordinate representation of color #58F0BE: hue angle of 160.26º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58F0BE is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 240 190 -
CMYK 0.63 0 0.21 0.06
HSL 160.26º 0.84% 0.64% -
HSV(B) 160.26º 0.63% 0.94% -
XYZ 44.48 68.11 59.52 -
YUV 188.85 128.64 56.07 -
System Red Green Blue C M Y K H S L
Decimal 88 240 190 0.63 0 0.21 0.06 160.26 0.84 0.64
Hex 58 F0 BE 3F 0 15 6 A0 54 40
Octal 130 360 276 77 0 25 6 240 124 100
Binary 1011000 11110000 10111110 111111 0 10101 110 10100000 1010100 1000000

Color Harmonies of #58F0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F0BE

Black with #58F0BE

Text Example


Text Example

White with #58F0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,240,190); }

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

background-color css

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

 a { background-color: rgb(88,240,190); }

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

border-color css

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

 span { border-color: rgb(88,240,190); }

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