Html Css Color HEX #58D3DC Turquoise Blue

📋 copy color: '#58D3DC'

red 88 ◦ green 211 ◦ blue 220

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

Shades of Turquoise Blue #58D3DC

Tints of Turquoise Blue #58D3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.66%

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

R = 16.96%
G = 40.66%
B = 42.39%

CMYK

 C value IS 0.6

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58D3DC (or 0x58D3DC) is known color: Turquoise Blue. HEX triplet: 58, D3 and DC. RGB value is (88,211,220). Sum of RGB (Red+Green+Blue) = 88+211+220=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #58D3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D3DC is #A72C23. Grayscale: #AFAFAF. Windows color (decimal): -10955812 or 14472024. OLE color: 14472024.

HSL color Cylindrical-coordinate representation of color #58D3DC: hue angle of 184.09º 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 #58D3DC is Cyan = 0.6, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 211 220 -
CMYK 0.6 0.04 0 0.14
HSL 184.09º 0.65% 0.6% -
HSV(B) 184.09º 0.6% 0.86% -
XYZ 40.24 53.83 75.98 -
YUV 175.25 153.25 65.77 -
System Red Green Blue C M Y K H S L
Decimal 88 211 220 0.6 0.04 0 0.14 184.09 0.65 0.6
Hex 58 D3 DC 3C 4 0 E B8 41 3C
Octal 130 323 334 74 4 0 16 270 101 74
Binary 1011000 11010011 11011100 111100 100 0 1110 10111000 1000001 111100

Color Harmonies of #58D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D3DC

Black with #58D3DC

Text Example


Text Example

White with #58D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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