Html Css Color HEX #58FBDB Turquoise

📋 copy color: '#58FBDB'

red 88 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #58FBDB

Tints of Turquoise #58FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.98%

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

R = 15.77%
G = 44.98%
B = 39.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#58FBDB (or 0x58FBDB) is known color: Turquoise. HEX triplet: 58, FB and DB. RGB value is (88,251,219). Sum of RGB (Red+Green+Blue) = 88+251+219=558 (73% of max value = 765). Red value is 88 (34.77% from 255 or 15.77% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #58FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FBDB is #A70424. Grayscale: #C6C6C6. Windows color (decimal): -10945573 or 14416728. OLE color: 14416728.

HSL color Cylindrical-coordinate representation of color #58FBDB: hue angle of 168.22º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FBDB is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 251 219 -
CMYK 0.65 0 0.13 0.02
HSL 168.22º 0.95% 0.66% -
HSV(B) 168.22º 0.65% 0.98% -
XYZ 51.31 76.18 79.02 -
YUV 198.62 139.5 49.1 -
System Red Green Blue C M Y K H S L
Decimal 88 251 219 0.65 0 0.13 0.02 168.22 0.95 0.66
Hex 58 FB DB 41 0 D 2 A8 5F 42
Octal 130 373 333 101 0 15 2 250 137 102
Binary 1011000 11111011 11011011 1000001 0 1101 10 10101000 1011111 1000010

Color Harmonies of #58FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FBDB

Black with #58FBDB

Text Example


Text Example

White with #58FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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