#30F1DA

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

Shades of Turquoise #30F1DA

Tints of Turquoise #30F1DA

Color information

#30F1DA (or 0x30F1DA) is unknown color: approx Turquoise. HEX triplet: 30, F1 and DA. RGB value is (48,241,218). Sum of RGB (Red+Green+Blue) = 48+241+218=507 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.47% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #30F1DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F1DA is #CF0E25. Grayscale: #B4B4B4. Windows color (decimal): -13569574 or 14348592. OLE color: 14348592.

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

Color convert

RGB48241218-
CMYK0.8000.100.05
HSL172.85º87.33%56.67%-
HSV(B)172.85º80.08%94.51%-
XYZ45.3368.677.18-
YUV180.67149.0633.37-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal482412180.8000.100.05172.8587.3356.67
Hex30F1DA500A5ad5739
Octal60361332120012525512771
Binary1100001111000111011010101000001010101101011011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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