Html Css Color HEX #58CDC4 Medium Turquoise

📋 copy color: '#58CDC4'

red 88 ◦ green 205 ◦ blue 196

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

Shades of Medium Turquoise #58CDC4

Tints of Medium Turquoise #58CDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.08%

R = 18%
G = 41.92%
B = 40.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#58CDC4 (or 0x58CDC4) is known color: Medium Turquoise. HEX triplet: 58, CD and C4. RGB value is (88,205,196). Sum of RGB (Red+Green+Blue) = 88+205+196=489 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.00% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #58CDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDC4 is #A7323B. Grayscale: #A8A8A8. Windows color (decimal): -10957372 or 12897624. OLE color: 12897624.

HSL color Cylindrical-coordinate representation of color #58CDC4: hue angle of 175.38º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CDC4 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 205 196 -
CMYK 0.57 0 0.04 0.20
HSL 175.38º 0.54% 0.57% -
HSV(B) 175.38º 0.57% 0.8% -
XYZ 35.82 49.72 59.93 -
YUV 168.99 143.24 70.23 -
System Red Green Blue C M Y K H S L
Decimal 88 205 196 0.57 0 0.04 0.20 175.38 0.54 0.57
Hex 58 CD C4 39 0 4 14 AF 36 39
Octal 130 315 304 71 0 4 24 257 66 71
Binary 1011000 11001101 11000100 111001 0 100 10100 10101111 110110 111001

Color Harmonies of #58CDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CDC4

Black with #58CDC4

Text Example


Text Example

White with #58CDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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