#30D5C0

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

Shades of Turquoise #30D5C0

Tints of Turquoise #30D5C0

Color information

#30D5C0 (or 0x30D5C0) is unknown color: approx Turquoise. HEX triplet: 30, D5 and C0. RGB value is (48,213,192). Sum of RGB (Red+Green+Blue) = 48+213+192=453 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.60% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #30D5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D5C0 is #CF2A3F. Grayscale: #A1A1A1. Windows color (decimal): -13576768 or 12637488. OLE color: 12637488.

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

Color convert

RGB48213192-
CMYK0.7700.100.16
HSL172.36º66.27%51.18%-
HSV(B)172.36º77.46%83.53%-
XYZ34.5352.0258.09-
YUV161.27145.3447.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 10.60%
GREEN value IS 213 (83.59% from 255) = 47.02%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=10.60%
G=47.02%
B=42.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal482131920.7700.100.16172.3666.2751.18
Hex30D5C04D0A10ac4233
Octal603253001150122025410263
Binary110000110101011100000010011010101010000101011001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,213,192); }

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

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

 a { background-color: rgb(48,213,192); }

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

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

 span { border-color: rgb(48,213,192); }

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