#67E6E4

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

Shades of Turquoise Blue #67E6E4

Tints of Turquoise Blue #67E6E4

Color information

#67E6E4 (or 0x67E6E4) is unknown color: approx Turquoise Blue. HEX triplet: 67, E6 and E4. RGB value is (103,230,228). Sum of RGB (Red+Green+Blue) = 103+230+228=561 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.36% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #67E6E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67E6E4 is #98191B. Grayscale: #BFBFBF. Windows color (decimal): -9967900 or 15001191. OLE color: 15001191.

HSL color Cylindrical-coordinate representation of color #67E6E4: hue angle of 179.06º degrees, saturation: 0.72, 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 #67E6E4 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB103230228-
CMYK0.5500.010.10
HSL179.06º71.75%65.29%-
HSV(B)179.06º55.22%90.2%-
XYZ47.8965.0883.44-
YUV191.8148.4264.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.36%
GREEN value IS 230 (90.23% from 255) = 41.00%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=18.36%
G=41.00%
B=40.64%

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
Decimal1032302280.5500.010.10179.0671.7565.29
Hex67E6E43701Ab34841
Octal147346344670112263110101
Binary110011111100110111001001101110110101011001110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,230,228); }

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

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

 a { background-color: rgb(103,230,228); }

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

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

 span { border-color: rgb(103,230,228); }

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