Html Css Color HEX #58F4DB Turquoise

📋 copy color: '#58F4DB'

red 88 ◦ green 244 ◦ blue 219

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

Shades of Turquoise #58F4DB

Tints of Turquoise #58F4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.28%

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 15.97%
G = 44.28%
B = 39.75%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#58F4DB (or 0x58F4DB) is known color: Turquoise. HEX triplet: 58, F4 and DB. RGB value is (88,244,219). Sum of RGB (Red+Green+Blue) = 88+244+219=551 (72% of max value = 765). Red value is 88 (34.77% from 255 or 15.97% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #58F4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F4DB is #A70B24. Grayscale: #C2C2C2. Windows color (decimal): -10947365 or 14414936. OLE color: 14414936.

HSL color Cylindrical-coordinate representation of color #58F4DB: hue angle of 170.38º degrees, saturation: 0.88, 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 #58F4DB is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 244 219 -
CMYK 0.64 0 0.10 0.04
HSL 170.38º 0.88% 0.65% -
HSV(B) 170.38º 0.64% 0.96% -
XYZ 49.16 71.89 78.3 -
YUV 194.51 141.82 52.03 -
System Red Green Blue C M Y K H S L
Decimal 88 244 219 0.64 0 0.10 0.04 170.38 0.88 0.65
Hex 58 F4 DB 40 0 A 4 AA 58 41
Octal 130 364 333 100 0 12 4 252 130 101
Binary 1011000 11110100 11011011 1000000 0 1010 100 10101010 1011000 1000001

Color Harmonies of #58F4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F4DB

Black with #58F4DB

Text Example


Text Example

White with #58F4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,244,219); }

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

background-color css

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

 a { background-color: rgb(88,244,219); }

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

border-color css

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

 span { border-color: rgb(88,244,219); }

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