#30CDC8

Color #30CDC8 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #30CDC8

Tints of Medium Turquoise #30CDC8

Color information

#30CDC8 (or 0x30CDC8) is unknown color: approx Medium Turquoise. HEX triplet: 30, CD and C8. RGB value is (48,205,200). Sum of RGB (Red+Green+Blue) = 48+205+200=453 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.60% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #30CDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDC8 is #CF3237. Grayscale: #9D9D9D. Windows color (decimal): -13578808 or 13159728. OLE color: 13159728.

HSL color Cylindrical-coordinate representation of color #30CDC8: hue angle of 178.09º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CDC8 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB48205200-
CMYK0.7700.020.20
HSL178.09º62.06%49.61%-
HSV(B)178.09º76.59%80.39%-
XYZ33.4848.4662.23-
YUV157.49151.9949.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.60%
GREEN value IS 205 (80.47% from 255) = 45.25%
BLUE value IS 200 (78.52% from 255) = 44.15%
R=10.60%
G=45.25%
B=44.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal482052000.7700.020.20178.0962.0649.61
Hex30CDC84D0214b23e32
Octal6031531011502242627662
Binary110000110011011100100010011010101010010110010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30CDC8; }

 p { color: rgb(48,205,200); }

 H1.HeaderClassName
 {
   color: #30CDC8;
 }
 .AnyTagClassName
 {
   color: #30CDC8;
 }
</style>
background-color css

<style>
 a { background-color: #30CDC8; }

 a { background-color: rgb(48,205,200); }

 div.DivClassName
 {
   background-color: #30CDC8;
 }
 .BgClassName
 {
   background-color: #30CDC8;
 }
</style>
border-color css

<style>
 span { border-color: #30CDC8; }

 span { border-color: rgb(48,205,200); }

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