Html Css Color HEX #58D0DD Turquoise Blue

📋 copy color: '#58D0DD'

red 88 ◦ green 208 ◦ blue 221

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

Shades of Turquoise Blue #58D0DD

Tints of Turquoise Blue #58D0DD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.23%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 17.02%
G = 40.23%
B = 42.75%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#58D0DD (or 0x58D0DD) is known color: Turquoise Blue. HEX triplet: 58, D0 and DD. RGB value is (88,208,221). Sum of RGB (Red+Green+Blue) = 88+208+221=517 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.02% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #58D0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58D0DD is #A72F22. Grayscale: #ADADAD. Windows color (decimal): -10956579 or 14536792. OLE color: 14536792.

HSL color Cylindrical-coordinate representation of color #58D0DD: hue angle of 185.86º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58D0DD is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 208 221 -
CMYK 0.60 0.06 0 0.13
HSL 185.86º 0.66% 0.61% -
HSV(B) 185.86º 0.6% 0.87% -
XYZ 39.63 52.41 76.43 -
YUV 173.6 154.74 66.94 -
System Red Green Blue C M Y K H S L
Decimal 88 208 221 0.60 0.06 0 0.13 185.86 0.66 0.61
Hex 58 D0 DD 3C 6 0 D BA 42 3D
Octal 130 320 335 74 6 0 15 272 102 75
Binary 1011000 11010000 11011101 111100 110 0 1101 10111010 1000010 111101

Color Harmonies of #58D0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D0DD

Black with #58D0DD

Text Example


Text Example

White with #58D0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,208,221); }

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

background-color css

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

 a { background-color: rgb(88,208,221); }

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

border-color css

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

 span { border-color: rgb(88,208,221); }

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