#03E6DB

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

Shades of Bright Turquoise #03E6DB

Tints of Bright Turquoise #03E6DB

Color information

#03E6DB (or 0x03E6DB) is unknown color: approx Bright Turquoise. HEX triplet: 03, E6 and DB. RGB value is (3,230,219). Sum of RGB (Red+Green+Blue) = 3+230+219=452 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 452); Green value is 230 (90.23% from 255 or 50.88% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 230 - color contains mainly: green. Hex color #03E6DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #03E6DB is #FC1924. Grayscale: #A0A0A0. Windows color (decimal): -16521509 or 14411267. OLE color: 14411267.

HSL color Cylindrical-coordinate representation of color #03E6DB: hue angle of 177.09º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E6DB is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB3230219-
CMYK0.9900.050.10
HSL177.09º97.42%45.69%-
HSV(B)177.09º98.7%90.2%-
XYZ41.1261.7376.77-
YUV160.87160.7915.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.66%
GREEN value IS 230 (90.23% from 255) = 50.88%
BLUE value IS 219 (85.94% from 255) = 48.45%
R=0.66%
G=50.88%
B=48.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal32302190.9900.050.10177.0997.4245.69
Hex3E6DB6305Ab1612e
Octal3346333143051226114156
Binary111110011011011011110001101011010101100011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03E6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03E6DB; }

 p { color: rgb(3,230,219); }

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

<style>
 a { background-color: #03E6DB; }

 a { background-color: rgb(3,230,219); }

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

<style>
 span { border-color: #03E6DB; }

 span { border-color: rgb(3,230,219); }

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