#30F3D5

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

Shades of Turquoise #30F3D5

Tints of Turquoise #30F3D5

Color information

#30F3D5 (or 0x30F3D5) is unknown color: approx Turquoise. HEX triplet: 30, F3 and D5. RGB value is (48,243,213). Sum of RGB (Red+Green+Blue) = 48+243+213=504 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.52% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #30F3D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F3D5 is #CF0C2A. Grayscale: #B5B5B5. Windows color (decimal): -13569067 or 14021424. OLE color: 14021424.

HSL color Cylindrical-coordinate representation of color #30F3D5: hue angle of 170.77º 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 #30F3D5 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB48243213-
CMYK0.8000.120.05
HSL170.77º89.04%57.06%-
HSV(B)170.77º80.25%95.29%-
XYZ45.2869.5373.99-
YUV181.28145.932.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.52%
GREEN value IS 243 (95.31% from 255) = 48.21%
BLUE value IS 213 (83.59% from 255) = 42.26%
R=9.52%
G=48.21%
B=42.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482432130.8000.120.05170.7789.0457.06
Hex30F3D5500C5ab5939
Octal60363325120014525313171
Binary1100001111001111010101101000001100101101010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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