#30D4C4

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

Shades of Turquoise #30D4C4

Tints of Turquoise #30D4C4

Color information

#30D4C4 (or 0x30D4C4) is unknown color: approx Turquoise. HEX triplet: 30, D4 and C4. RGB value is (48,212,196). Sum of RGB (Red+Green+Blue) = 48+212+196=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #30D4C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D4C4 is #CF2B3B. Grayscale: #A1A1A1. Windows color (decimal): -13577020 or 12899376. OLE color: 12899376.

HSL color Cylindrical-coordinate representation of color #30D4C4: hue angle of 174.15º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D4C4 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB48212196-
CMYK0.7700.080.17
HSL174.15º65.6%50.98%-
HSV(B)174.15º77.36%83.14%-
XYZ34.7351.760.37-
YUV161.14147.6747.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.53%
GREEN value IS 212 (83.20% from 255) = 46.49%
BLUE value IS 196 (76.95% from 255) = 42.98%
R=10.53%
G=46.49%
B=42.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal482121960.7700.080.17174.1565.650.98
Hex30D4C44D0811ae4233
Octal603243041150102125610263
Binary110000110101001100010010011010100010001101011101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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