Html Css Color HEX #58F3DB Turquoise

📋 copy color: '#58F3DB'

red 88 ◦ green 243 ◦ blue 219

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

Shades of Turquoise #58F3DB

Tints of Turquoise #58F3DB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.18%

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

R = 16%
G = 44.18%
B = 39.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#58F3DB (or 0x58F3DB) is known color: Turquoise. HEX triplet: 58, F3 and DB. RGB value is (88,243,219). Sum of RGB (Red+Green+Blue) = 88+243+219=550 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #58F3DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58F3DB is #A70C24. Grayscale: #C1C1C1. Windows color (decimal): -10947621 or 14414680. OLE color: 14414680.

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

Color convert

RGB 88 243 219 -
CMYK 0.64 0 0.10 0.05
HSL 170.71º 0.87% 0.65% -
HSV(B) 170.71º 0.64% 0.95% -
XYZ 48.86 71.29 78.2 -
YUV 193.92 142.15 52.45 -
System Red Green Blue C M Y K H S L
Decimal 88 243 219 0.64 0 0.10 0.05 170.71 0.87 0.65
Hex 58 F3 DB 40 0 A 5 AB 57 41
Octal 130 363 333 100 0 12 5 253 127 101
Binary 1011000 11110011 11011011 1000000 0 1010 101 10101011 1010111 1000001

Color Harmonies of #58F3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F3DB

Black with #58F3DB

Text Example


Text Example

White with #58F3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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