#03BFE4

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

Shades of Dark Turquoise #03BFE4

Tints of Dark Turquoise #03BFE4

Color information

#03BFE4 (or 0x03BFE4) is unknown color: approx Dark Turquoise. HEX triplet: 03, BF and E4. RGB value is (3,191,228). Sum of RGB (Red+Green+Blue) = 3+191+228=422 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #03BFE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BFE4 is #FC401B. Grayscale: #8A8A8A. Windows color (decimal): -16531484 or 14991107. OLE color: 14991107.

HSL color Cylindrical-coordinate representation of color #03BFE4: hue angle of 189.87º degrees, saturation: 0.97, 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 #03BFE4 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3191228-
CMYK0.990.1600.11
HSL189.87º97.4%45.29%-
HSV(B)189.87º98.68%89.41%-
XYZ32.6742.8879.95-
YUV139.01178.2230.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.71%
GREEN value IS 191 (75% from 255) = 45.26%
BLUE value IS 228 (89.45% from 255) = 54.03%
R=0.71%
G=45.26%
B=54.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal31912280.990.1600.11189.8797.445.29
Hex3BFE463100Bbe612d
Octal32773441432001327614155
Binary11101111111110010011000111000001011101111101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03BFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,191,228); }

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

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

 a { background-color: rgb(3,191,228); }

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

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

 span { border-color: rgb(3,191,228); }

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