Html Css Color HEX #58CBDC Medium Turquoise

📋 copy color: '#58CBDC'

red 88 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #58CBDC

Tints of Medium Turquoise #58CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.73%

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 17.22%
G = 39.73%
B = 43.05%

CMYK

 C value IS 0.6

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#58CBDC (or 0x58CBDC) is known color: Medium Turquoise. HEX triplet: 58, CB and DC. RGB value is (88,203,220). Sum of RGB (Red+Green+Blue) = 88+203+220=511 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.22% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #58CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CBDC is #A73423. Grayscale: #AAAAAA. Windows color (decimal): -10957860 or 14469976. OLE color: 14469976.

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

Color convert

RGB 88 203 220 -
CMYK 0.6 0.08 0 0.14
HSL 187.73º 0.65% 0.6% -
HSV(B) 187.73º 0.6% 0.86% -
XYZ 38.3 49.95 75.33 -
YUV 170.55 155.9 69.12 -
System Red Green Blue C M Y K H S L
Decimal 88 203 220 0.6 0.08 0 0.14 187.73 0.65 0.6
Hex 58 CB DC 3C 8 0 E BC 41 3C
Octal 130 313 334 74 10 0 16 274 101 74
Binary 1011000 11001011 11011100 111100 1000 0 1110 10111100 1000001 111100

Color Harmonies of #58CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBDC

Black with #58CBDC

Text Example


Text Example

White with #58CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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