#30F3DE

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

Shades of Turquoise #30F3DE

Tints of Turquoise #30F3DE

Color information

#30F3DE (or 0x30F3DE) is unknown color: approx Turquoise. HEX triplet: 30, F3 and DE. RGB value is (48,243,222). Sum of RGB (Red+Green+Blue) = 48+243+222=513 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.36% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #30F3DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F3DE is #CF0C21. Grayscale: #B6B6B6. Windows color (decimal): -13569058 or 14611248. OLE color: 14611248.

HSL color Cylindrical-coordinate representation of color #30F3DE: hue angle of 173.54º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F3DE is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB48243222-
CMYK0.8000.090.05
HSL173.54º89.04%57.06%-
HSV(B)173.54º80.25%95.29%-
XYZ46.457080.17-
YUV182.3150.432.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.36%
GREEN value IS 243 (95.31% from 255) = 47.37%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=9.36%
G=47.37%
B=43.27%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482432220.8000.090.05173.5489.0457.06
Hex30F3DE50095ae5939
Octal60363336120011525613171
Binary1100001111001111011110101000001001101101011101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,243,222); }

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

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

 a { background-color: rgb(48,243,222); }

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

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

 span { border-color: rgb(48,243,222); }

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