Html Css Color HEX #58FDDB Turquoise

📋 copy color: '#58FDDB'

red 88 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #58FDDB

Tints of Turquoise #58FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.18%

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

R = 15.71%
G = 45.18%
B = 39.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#58FDDB (or 0x58FDDB) is known color: Turquoise. HEX triplet: 58, FD and DB. RGB value is (88,253,219). Sum of RGB (Red+Green+Blue) = 88+253+219=560 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.71% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #58FDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FDDB is #A70224. Grayscale: #C7C7C7. Windows color (decimal): -10945061 or 14417240. OLE color: 14417240.

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

Color convert

RGB 88 253 219 -
CMYK 0.65 0 0.13 0.01
HSL 167.64º 0.98% 0.67% -
HSV(B) 167.64º 0.65% 0.99% -
XYZ 51.94 77.44 79.23 -
YUV 199.79 138.84 48.26 -
System Red Green Blue C M Y K H S L
Decimal 88 253 219 0.65 0 0.13 0.01 167.64 0.98 0.67
Hex 58 FD DB 41 0 D 1 A8 62 43
Octal 130 375 333 101 0 15 1 250 142 103
Binary 1011000 11111101 11011011 1000001 0 1101 1 10101000 1100010 1000011

Color Harmonies of #58FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FDDB

Black with #58FDDB

Text Example


Text Example

White with #58FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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