#30DAF1

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

Shades of Turquoise #30DAF1

Tints of Turquoise #30DAF1

Color information

#30DAF1 (or 0x30DAF1) is unknown color: approx Turquoise. HEX triplet: 30, DA and F1. RGB value is (48,218,241). Sum of RGB (Red+Green+Blue) = 48+218+241=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #30DAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DAF1 is #CF250E. Grayscale: #A9A9A9. Windows color (decimal): -13575439 or 15850032. OLE color: 15850032.

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

Color convert

RGB48218241-
CMYK0.800.1000.05
HSL187.15º87.33%56.67%-
HSV(B)187.15º80.08%94.51%-
XYZ42.1757.1292.02-
YUV169.79168.1841.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 9.47%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=9.47%
G=43.00%
B=47.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482182410.800.1000.05187.1587.3356.67
Hex30DAF150A05bb5739
Octal60332361120120527312771
Binary1100001101101011110001101000010100101101110111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,218,241); }

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

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

 a { background-color: rgb(48,218,241); }

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

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

 span { border-color: rgb(48,218,241); }

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