#30E7D4

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

Shades of Turquoise #30E7D4

Tints of Turquoise #30E7D4

Color information

#30E7D4 (or 0x30E7D4) is unknown color: approx Turquoise. HEX triplet: 30, E7 and D4. RGB value is (48,231,212). Sum of RGB (Red+Green+Blue) = 48+231+212=491 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.78% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #30E7D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30E7D4 is #CF182B. Grayscale: #AEAEAE. Windows color (decimal): -13572140 or 13952816. OLE color: 13952816.

HSL color Cylindrical-coordinate representation of color #30E7D4: hue angle of 173.77º 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 #30E7D4 is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB48231212-
CMYK0.7900.080.09
HSL173.77º79.22%54.71%-
HSV(B)173.77º79.22%90.59%-
XYZ41.6862.5372.16-
YUV174.12149.3738.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.78%
GREEN value IS 231 (90.62% from 255) = 47.05%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=9.78%
G=47.05%
B=43.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal482312120.7900.080.09173.7779.2254.71
Hex30E7D44F089ae4f37
Octal603473241170101125611767
Binary11000011100111110101001001111010001001101011101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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