Html Css Color HEX #58CDDB Medium Turquoise

📋 copy color: '#58CDDB'

red 88 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #58CDDB

Tints of Medium Turquoise #58CDDB

RGB

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

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

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

R = 17.19%
G = 40.04%
B = 42.77%

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

#58CDDB (or 0x58CDDB) is known color: Medium Turquoise. HEX triplet: 58, CD and DB. RGB value is (88,205,219). Sum of RGB (Red+Green+Blue) = 88+205+219=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #58CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDDB is #A73224. Grayscale: #ABABAB. Windows color (decimal): -10957349 or 14404952. OLE color: 14404952.

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

Color convert

RGB 88 205 219 -
CMYK 0.60 0.06 0 0.14
HSL 186.41º 0.65% 0.6% -
HSV(B) 186.41º 0.6% 0.86% -
XYZ 38.64 50.85 74.8 -
YUV 171.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 88 205 219 0.60 0.06 0 0.14 186.41 0.65 0.6
Hex 58 CD DB 3C 6 0 E BA 41 3C
Octal 130 315 333 74 6 0 16 272 101 74
Binary 1011000 11001101 11011011 111100 110 0 1110 10111010 1000001 111100

Color Harmonies of #58CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDDB

Black with #58CDDB

Text Example


Text Example

White with #58CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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