#02BEE1

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

Shades of Dark Turquoise #02BEE1

Tints of Dark Turquoise #02BEE1

Color information

#02BEE1 (or 0x02BEE1) is unknown color: approx Dark Turquoise. HEX triplet: 02, BE and E1. RGB value is (2,190,225). Sum of RGB (Red+Green+Blue) = 2+190+225=417 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #02BEE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BEE1 is #FD411E. Grayscale: #898989. Windows color (decimal): -16597279 or 14794242. OLE color: 14794242.

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

Color convert

RGB2190225-
CMYK0.990.1600.12
HSL189.42º98.24%44.51%-
HSV(B)189.42º99.11%88.24%-
XYZ32.0342.2877.71-
YUV137.78177.2231.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.48%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 225 (88.28% from 255) = 53.96%
R=0.48%
G=45.56%
B=53.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal21902250.990.1600.12189.4298.2444.51
Hex2BEE163100Cbd622d
Octal22763411432001427514255
Binary10101111101110000111000111000001100101111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,190,225); }

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

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

 a { background-color: rgb(2,190,225); }

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

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

 span { border-color: rgb(2,190,225); }

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