#30C4CE

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

Shades of Medium Turquoise #30C4CE

Tints of Medium Turquoise #30C4CE

Color information

#30C4CE (or 0x30C4CE) is unknown color: approx Medium Turquoise. HEX triplet: 30, C4 and CE. RGB value is (48,196,206). Sum of RGB (Red+Green+Blue) = 48+196+206=450 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.67% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #30C4CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30C4CE is #CF3B31. Grayscale: #989898. Windows color (decimal): -13581106 or 13550640. OLE color: 13550640.

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

Color convert

RGB48196206-
CMYK0.770.0500.19
HSL183.8º62.2%49.8%-
HSV(B)183.8º76.7%80.78%-
XYZ32.144.5665.3-
YUV152.89157.9753.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.67%
GREEN value IS 196 (76.95% from 255) = 43.56%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=10.67%
G=43.56%
B=45.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481962060.770.0500.19183.862.249.8
Hex30C4CE4D5013b83e32
Octal6030431611550232707662
Binary1100001100010011001110100110110101001110111000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,196,206); }

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

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

 a { background-color: rgb(48,196,206); }

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

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

 span { border-color: rgb(48,196,206); }

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