#30E3D8

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

Shades of Turquoise #30E3D8

Tints of Turquoise #30E3D8

Color information

#30E3D8 (or 0x30E3D8) is unknown color: approx Turquoise. HEX triplet: 30, E3 and D8. RGB value is (48,227,216). Sum of RGB (Red+Green+Blue) = 48+227+216=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 227 (89.06% from 255 or 46.23% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 227 - color contains mainly: green. Hex color #30E3D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30E3D8 is #CF1C27. Grayscale: #ACACAC. Windows color (decimal): -13573160 or 14213936. OLE color: 14213936.

HSL color Cylindrical-coordinate representation of color #30E3D8: hue angle of 176.31º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E3D8 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB48227216-
CMYK0.7900.050.11
HSL176.31º76.17%53.92%-
HSV(B)176.31º78.85%89.02%-
XYZ41.0860.5274.48-
YUV172.22152.739.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.78%
GREEN value IS 227 (89.06% from 255) = 46.23%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=9.78%
G=46.23%
B=43.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal482272160.7900.050.11176.3176.1753.92
Hex30E3D84F05Bb04c36
Octal60343330117051326011466
Binary1100001110001111011000100111101011011101100001001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,227,216); }

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

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

 a { background-color: rgb(48,227,216); }

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

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

 span { border-color: rgb(48,227,216); }

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