#67E5E3

Color #67E5E3 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #67E5E3

Tints of Turquoise Blue #67E5E3

Color information

#67E5E3 (or 0x67E5E3) is unknown color: approx Turquoise Blue. HEX triplet: 67, E5 and E3. RGB value is (103,229,227). Sum of RGB (Red+Green+Blue) = 103+229+227=559 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.43% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 227 (89.06% from 255 or 40.61% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #67E5E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E5E3 is #981A1C. Grayscale: #BEBEBE. Windows color (decimal): -9968157 or 14935399. OLE color: 14935399.

HSL color Cylindrical-coordinate representation of color #67E5E3: hue angle of 179.05º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67E5E3 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB103229227-
CMYK0.5500.010.10
HSL179.05º70.79%65.1%-
HSV(B)179.05º55.02%89.8%-
XYZ47.4864.4782.61-
YUV191.1148.2665.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.43%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 227 (89.06% from 255) = 40.61%
R=18.43%
G=40.97%
B=40.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1032292270.5500.010.10179.0570.7965.1
Hex67E5E33701Ab34741
Octal147345343670112263107101
Binary110011111100101111000111101110110101011001110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67E5E3; }

 p { color: rgb(103,229,227); }

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

<style>
 a { background-color: #67E5E3; }

 a { background-color: rgb(103,229,227); }

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

<style>
 span { border-color: #67E5E3; }

 span { border-color: rgb(103,229,227); }

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