#30BFC2

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

Shades of Medium Turquoise #30BFC2

Tints of Medium Turquoise #30BFC2

Color information

#30BFC2 (or 0x30BFC2) is unknown color: approx Medium Turquoise. HEX triplet: 30, BF and C2. RGB value is (48,191,194). Sum of RGB (Red+Green+Blue) = 48+191+194=433 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.09% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #30BFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30BFC2 is #CF403D. Grayscale: #949494. Windows color (decimal): -13582398 or 12762928. OLE color: 12762928.

HSL color Cylindrical-coordinate representation of color #30BFC2: hue angle of 181.23º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BFC2 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB48191194-
CMYK0.750.0200.24
HSL181.23º60.33%47.45%-
HSV(B)181.23º75.26%76.08%-
XYZ29.5941.7957.54-
YUV148.58153.6256.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.09%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 194 (76.17% from 255) = 44.80%
R=11.09%
G=44.11%
B=44.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481911940.750.0200.24181.2360.3347.45
Hex30BFC24B2018b53c2f
Octal6027730211320302657457
Binary110000101111111100001010010111001100010110101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,191,194); }

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

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

 a { background-color: rgb(48,191,194); }

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

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

 span { border-color: rgb(48,191,194); }

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