#58DBCA

Color #58DBCA Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #58DBCA

Tints of Medium Turquoise #58DBCA

Color information

#58DBCA (or 0x58DBCA) is unknown color: approx Medium Turquoise. HEX triplet: 58, DB and CA. RGB value is (88,219,202). Sum of RGB (Red+Green+Blue) = 88+219+202=509 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.29% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #58DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DBCA is #A72435. Grayscale: #B1B1B1. Windows color (decimal): -10953782 or 13294424. OLE color: 13294424.

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

Color convert

RGB88219202-
CMYK0.6000.080.14
HSL172.21º64.53%60.2%-
HSV(B)172.21º59.82%85.88%-
XYZ40.025764.77-
YUV177.89141.663.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.29%
GREEN value IS 219 (85.94% from 255) = 43.03%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=17.29%
G=43.03%
B=39.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal882192020.6000.080.14172.2164.5360.2
Hex58DBCA3C08Eac413c
Octal130333312740101625410174
Binary10110001101101111001010111100010001110101011001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58DBCA;
 }
 .AnyTagClassName
 {
   color: #58DBCA;
 }
</style>
background-color css

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

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

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

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

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

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