#58CBD1

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

Shades of Medium Turquoise #58CBD1

Tints of Medium Turquoise #58CBD1

Color information

#58CBD1 (or 0x58CBD1) is unknown color: approx Medium Turquoise. HEX triplet: 58, CB and D1. RGB value is (88,203,209). Sum of RGB (Red+Green+Blue) = 88+203+209=500 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.6% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #58CBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CBD1 is #A7342E. Grayscale: #A9A9A9. Windows color (decimal): -10957871 or 13749080. OLE color: 13749080.

HSL color Cylindrical-coordinate representation of color #58CBD1: hue angle of 182.98º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58CBD1 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB88203209-
CMYK0.580.0300.18
HSL182.98º56.81%58.24%-
HSV(B)182.98º57.89%81.96%-
XYZ36.8949.3967.91-
YUV169.3150.470.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.6%
GREEN value IS 203 (79.69% from 255) = 40.6%
BLUE value IS 209 (82.03% from 255) = 41.8%
R=17.6%
G=40.6%
B=41.8%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal882032090.580.0300.18182.9856.8158.24
Hex58CBD13A3012b7393a
Octal1303133217230222677172
Binary101100011001011110100011110101101001010110111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,203,209); }

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

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

 a { background-color: rgb(88,203,209); }

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

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

 span { border-color: rgb(88,203,209); }

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