Html Css Color HEX #58CEDB Medium Turquoise

📋 copy color: '#58CEDB'

red 88 ◦ green 206 ◦ blue 219

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

Shades of Medium Turquoise #58CEDB

Tints of Medium Turquoise #58CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.16%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 17.15%
G = 40.16%
B = 42.69%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58CEDB (or 0x58CEDB) is known color: Medium Turquoise. HEX triplet: 58, CE and DB. RGB value is (88,206,219). Sum of RGB (Red+Green+Blue) = 88+206+219=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #58CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CEDB is #A73124. Grayscale: #ACACAC. Windows color (decimal): -10957093 or 14405208. OLE color: 14405208.

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

Color convert

RGB 88 206 219 -
CMYK 0.60 0.06 0 0.14
HSL 185.95º 0.65% 0.6% -
HSV(B) 185.95º 0.6% 0.86% -
XYZ 38.88 51.33 74.88 -
YUV 172.2 154.41 67.94 -
System Red Green Blue C M Y K H S L
Decimal 88 206 219 0.60 0.06 0 0.14 185.95 0.65 0.6
Hex 58 CE DB 3C 6 0 E BA 41 3C
Octal 130 316 333 74 6 0 16 272 101 74
Binary 1011000 11001110 11011011 111100 110 0 1110 10111010 1000001 111100

Color Harmonies of #58CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CEDB

Black with #58CEDB

Text Example


Text Example

White with #58CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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