#1EF3DB

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

Shades of Bright Turquoise #1EF3DB

Tints of Bright Turquoise #1EF3DB

Color information

#1EF3DB (or 0x1EF3DB) is unknown color: approx Bright Turquoise. HEX triplet: 1E, F3 and DB. RGB value is (30,243,219). Sum of RGB (Red+Green+Blue) = 30+243+219=492 (65% of max value = 765). Red value is 30 (12.11% from 255 or 6.10% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #1EF3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF3DB is #E10C24. Grayscale: #B0B0B0. Windows color (decimal): -14748709 or 14414622. OLE color: 14414622.

HSL color Cylindrical-coordinate representation of color #1EF3DB: hue angle of 173.24º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF3DB is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB30243219-
CMYK0.8800.100.05
HSL173.24º89.87%53.53%-
HSV(B)173.24º87.65%95.29%-
XYZ45.3769.4978.04-
YUV176.58151.9323.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 6.10%
GREEN value IS 243 (95.31% from 255) = 49.39%
BLUE value IS 219 (85.94% from 255) = 44.51%
R=6.10%
G=49.39%
B=44.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal302432190.8800.100.05173.2489.8753.53
Hex1EF3DB580A5ad5a36
Octal36363333130012525513266
Binary111101111001111011011101100001010101101011011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EF3DB; }

 p { color: rgb(30,243,219); }

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

<style>
 a { background-color: #1EF3DB; }

 a { background-color: rgb(30,243,219); }

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

<style>
 span { border-color: #1EF3DB; }

 span { border-color: rgb(30,243,219); }

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