#30DFF3

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

Shades of Turquoise #30DFF3

Tints of Turquoise #30DFF3

Color information

#30DFF3 (or 0x30DFF3) is unknown color: approx Turquoise. HEX triplet: 30, DF and F3. RGB value is (48,223,243). Sum of RGB (Red+Green+Blue) = 48+223+243=514 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.34% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #30DFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DFF3 is #CF200C. Grayscale: #ACACAC. Windows color (decimal): -13574157 or 15982384. OLE color: 15982384.

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

Color convert

RGB48223243-
CMYK0.800.0800.05
HSL186.15º89.04%57.06%-
HSV(B)186.15º80.25%95.29%-
XYZ43.7859.8794.04-
YUV172.96167.5238.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.34%
GREEN value IS 223 (87.5% from 255) = 43.39%
BLUE value IS 243 (95.31% from 255) = 47.28%
R=9.34%
G=43.39%
B=47.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482232430.800.0800.05186.1589.0457.06
Hex30DFF350805ba5939
Octal60337363120100527213171
Binary1100001101111111110011101000010000101101110101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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