Html Css Color HEX #58D2DC Turquoise Blue

📋 copy color: '#58D2DC'

red 88 ◦ green 210 ◦ blue 220

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

Shades of Turquoise Blue #58D2DC

Tints of Turquoise Blue #58D2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.54%

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 16.99%
G = 40.54%
B = 42.47%

CMYK

 C value IS 0.6

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58D2DC (or 0x58D2DC) is known color: Turquoise Blue. HEX triplet: 58, D2 and DC. RGB value is (88,210,220). Sum of RGB (Red+Green+Blue) = 88+210+220=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #58D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D2DC is #A72D23. Grayscale: #AEAEAE. Windows color (decimal): -10956068 or 14471768. OLE color: 14471768.

HSL color Cylindrical-coordinate representation of color #58D2DC: hue angle of 184.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58D2DC is Cyan = 0.6, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 210 220 -
CMYK 0.6 0.05 0 0.14
HSL 184.55º 0.65% 0.6% -
HSV(B) 184.55º 0.6% 0.86% -
XYZ 39.99 53.34 75.9 -
YUV 174.66 153.58 66.19 -
System Red Green Blue C M Y K H S L
Decimal 88 210 220 0.6 0.05 0 0.14 184.55 0.65 0.6
Hex 58 D2 DC 3C 5 0 E B9 41 3C
Octal 130 322 334 74 5 0 16 271 101 74
Binary 1011000 11010010 11011100 111100 101 0 1110 10111001 1000001 111100

Color Harmonies of #58D2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D2DC

Black with #58D2DC

Text Example


Text Example

White with #58D2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,210,220); }

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

background-color css

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

 a { background-color: rgb(88,210,220); }

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

border-color css

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

 span { border-color: rgb(88,210,220); }

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