#30C6CD

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

Shades of Medium Turquoise #30C6CD

Tints of Medium Turquoise #30C6CD

Color information

#30C6CD (or 0x30C6CD) is unknown color: approx Medium Turquoise. HEX triplet: 30, C6 and CD. RGB value is (48,198,205). Sum of RGB (Red+Green+Blue) = 48+198+205=451 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.64% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #30C6CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C6CD is #CF3932. Grayscale: #999999. Windows color (decimal): -13580595 or 13485616. OLE color: 13485616.

HSL color Cylindrical-coordinate representation of color #30C6CD: hue angle of 182.68º 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 #30C6CD is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB48198205-
CMYK0.770.0300.20
HSL182.68º62.06%49.61%-
HSV(B)182.68º76.59%80.39%-
XYZ32.4345.4264.82-
YUV153.95156.852.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.64%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=10.64%
G=43.90%
B=45.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481982050.770.0300.20182.6862.0649.61
Hex30C6CD4D3014b73e32
Octal6030631511530242677662
Binary110000110001101100110110011011101010010110111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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