Html Css Color HEX #58D6DC Turquoise Blue

📋 copy color: '#58D6DC'

red 88 ◦ green 214 ◦ blue 220

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

Shades of Turquoise Blue #58D6DC

Tints of Turquoise Blue #58D6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41%

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

R = 16.86%
G = 41%
B = 42.15%

CMYK

 C value IS 0.6

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58D6DC (or 0x58D6DC) is known color: Turquoise Blue. HEX triplet: 58, D6 and DC. RGB value is (88,214,220). Sum of RGB (Red+Green+Blue) = 88+214+220=522 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.86% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #58D6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D6DC is #A72923. Grayscale: #B0B0B0. Windows color (decimal): -10955044 or 14472792. OLE color: 14472792.

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

Color convert

RGB 88 214 220 -
CMYK 0.6 0.03 0 0.14
HSL 182.73º 0.65% 0.6% -
HSV(B) 182.73º 0.6% 0.86% -
XYZ 40.99 55.34 76.23 -
YUV 177.01 152.26 64.51 -
System Red Green Blue C M Y K H S L
Decimal 88 214 220 0.6 0.03 0 0.14 182.73 0.65 0.6
Hex 58 D6 DC 3C 3 0 E B7 41 3C
Octal 130 326 334 74 3 0 16 267 101 74
Binary 1011000 11010110 11011100 111100 11 0 1110 10110111 1000001 111100

Color Harmonies of #58D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D6DC

Black with #58D6DC

Text Example


Text Example

White with #58D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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