#30E7D2

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

Shades of Turquoise #30E7D2

Tints of Turquoise #30E7D2

Color information

#30E7D2 (or 0x30E7D2) is unknown color: approx Turquoise. HEX triplet: 30, E7 and D2. RGB value is (48,231,210). Sum of RGB (Red+Green+Blue) = 48+231+210=489 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.82% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 231 - color contains mainly: green. Hex color #30E7D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E7D2 is #CF182D. Grayscale: #ADADAD. Windows color (decimal): -13572142 or 13821744. OLE color: 13821744.

HSL color Cylindrical-coordinate representation of color #30E7D2: hue angle of 173.11º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E7D2 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB48231210-
CMYK0.7900.090.09
HSL173.11º79.22%54.71%-
HSV(B)173.11º79.22%90.59%-
XYZ41.4362.4370.84-
YUV173.89148.3738.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.82%
GREEN value IS 231 (90.62% from 255) = 47.24%
BLUE value IS 210 (82.42% from 255) = 42.94%
R=9.82%
G=47.24%
B=42.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal482312100.7900.090.09173.1179.2254.71
Hex30E7D24F099ad4f37
Octal603473221170111125511767
Binary11000011100111110100101001111010011001101011011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,231,210); }

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

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

 a { background-color: rgb(48,231,210); }

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

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

 span { border-color: rgb(48,231,210); }

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