#30DCF8

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

Shades of Turquoise #30DCF8

Tints of Turquoise #30DCF8

Color information

#30DCF8 (or 0x30DCF8) is unknown color: approx Turquoise. HEX triplet: 30, DC and F8. RGB value is (48,220,248). Sum of RGB (Red+Green+Blue) = 48+220+248=516 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.30% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #30DCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DCF8 is #CF2307. Grayscale: #ABABAB. Windows color (decimal): -13574920 or 16309296. OLE color: 16309296.

HSL color Cylindrical-coordinate representation of color #30DCF8: hue angle of 188.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30DCF8 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB48220248-
CMYK0.810.1100.03
HSL188.4º93.46%58.04%-
HSV(B)188.4º80.65%97.25%-
XYZ43.7658.5997.81-
YUV171.76171.0239.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.30%
GREEN value IS 220 (86.33% from 255) = 42.64%
BLUE value IS 248 (97.27% from 255) = 48.06%
R=9.30%
G=42.64%
B=48.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal482202480.810.1100.03188.493.4658.04
Hex30DCF851B03bc5d3a
Octal60334370121130327413572
Binary110000110111001111100010100011011011101111001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,220,248); }

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

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

 a { background-color: rgb(48,220,248); }

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

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

 span { border-color: rgb(48,220,248); }

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