#30FFD0

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

Shades of Turquoise #30FFD0

Tints of Turquoise #30FFD0

Color information

#30FFD0 (or 0x30FFD0) is unknown color: approx Turquoise. HEX triplet: 30, FF and D0. RGB value is (48,255,208). Sum of RGB (Red+Green+Blue) = 48+255+208=511 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.39% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30FFD0 is #CF002F. Grayscale: #BBBBBB. Windows color (decimal): -13566000 or 13696816. OLE color: 13696816.

HSL color Cylindrical-coordinate representation of color #30FFD0: hue angle of 166.38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFD0 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB48255208-
CMYK0.8100.180
HSL166.38º100%59.41%-
HSV(B)166.38º81.18%100%-
XYZ48.3676.771.93-
YUV187.75139.4228.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.39%
GREEN value IS 255 (100% from 255) = 49.90%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=9.39%
G=49.90%
B=40.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal482552080.8100.180166.3810059.41
Hex30FFD0510120a6643b
Octal60377320121022024614473
Binary110000111111111101000010100010100100101001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,255,208); }

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

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

 a { background-color: rgb(48,255,208); }

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

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

 span { border-color: rgb(48,255,208); }

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