Html Css Color HEX #58CDCE Medium Turquoise

📋 copy color: '#58CDCE'

red 88 ◦ green 205 ◦ blue 206

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

Shades of Medium Turquoise #58CDCE

Tints of Medium Turquoise #58CDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.08%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 17.64%
G = 41.08%
B = 41.28%

CMYK

 C value IS 0.57

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#58CDCE (or 0x58CDCE) is known color: Medium Turquoise. HEX triplet: 58, CD and CE. RGB value is (88,205,206). Sum of RGB (Red+Green+Blue) = 88+205+206=499 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.64% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #58CDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDCE is #A73231. Grayscale: #AAAAAA. Windows color (decimal): -10957362 or 13552984. OLE color: 13552984.

HSL color Cylindrical-coordinate representation of color #58CDCE: hue angle of 180.51º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CDCE is Cyan = 0.57, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 205 206 -
CMYK 0.57 0.00 0 0.19
HSL 180.51º 0.55% 0.58% -
HSV(B) 180.51º 0.57% 0.81% -
XYZ 37 50.19 66.13 -
YUV 170.13 148.24 69.42 -
System Red Green Blue C M Y K H S L
Decimal 88 205 206 0.57 0.00 0 0.19 180.51 0.55 0.58
Hex 58 CD CE 39 0 0 13 B5 37 3A
Octal 130 315 316 71 0 0 23 265 67 72
Binary 1011000 11001101 11001110 111001 0 0 10011 10110101 110111 111010

Color Harmonies of #58CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDCE

Black with #58CDCE

Text Example


Text Example

White with #58CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,205,206); }

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

background-color css

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

 a { background-color: rgb(88,205,206); }

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

border-color css

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

 span { border-color: rgb(88,205,206); }

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