#02DCE3

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

Shades of Bright Turquoise #02DCE3

Tints of Bright Turquoise #02DCE3

Color information

#02DCE3 (or 0x02DCE3) is unknown color: approx Bright Turquoise. HEX triplet: 02, DC and E3. RGB value is (2,220,227). Sum of RGB (Red+Green+Blue) = 2+220+227=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 227 (89.06% from 255 or 50.56% from 449); Max value from RGB is 227 - color contains mainly: blue. Hex color #02DCE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCE3 is #FD231C. Grayscale: #9B9B9B. Windows color (decimal): -16589597 or 14932994. OLE color: 14932994.

HSL color Cylindrical-coordinate representation of color #02DCE3: hue angle of 181.87º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DCE3 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2220227-
CMYK0.990.0300.11
HSL181.87º98.25%44.9%-
HSV(B)181.87º99.12%89.02%-
XYZ39.4856.7581.55-
YUV155.62168.2818.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.45%
GREEN value IS 220 (86.33% from 255) = 49.00%
BLUE value IS 227 (89.06% from 255) = 50.56%
R=0.45%
G=49.00%
B=50.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22202270.990.0300.11181.8798.2544.9
Hex2DCE36330Bb6622d
Octal2334343143301326614255
Binary10110111001110001111000111101011101101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02DCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02DCE3; }

 p { color: rgb(2,220,227); }

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

<style>
 a { background-color: #02DCE3; }

 a { background-color: rgb(2,220,227); }

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

<style>
 span { border-color: #02DCE3; }

 span { border-color: rgb(2,220,227); }

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