#67e2e2

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

Shades of Turquoise Blue #67E2E2

Tints of Turquoise Blue #67E2E2

Color information

#67E2E2 (or 0x67E2E2) is unknown color: approx Turquoise Blue. HEX triplet: 67, E2 and E2. RGB value is (103,226,226). Sum of RGB (Red+Green+Blue) = 103+226+226=555 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.56% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 226 (88.67% from 255 or 40.72% from 555); Max value from RGB is 226 - color contains mainly: green, blue. Hex color #67E2E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E2E2 is #981D1D. Grayscale: #BDBDBD. Windows color (decimal): -9968926 or 14869095. OLE color: 14869095.

HSL color Cylindrical-coordinate representation of color #67E2E2: hue angle of 180º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67E2E2 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB103226226-
CMYK0.54000.11
HSL180º67.96%64.51%-
HSV(B)180º54.42%88.63%-
XYZ46.5262.7781.62-
YUV189.22148.7566.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.56%
GREEN value IS 226 (88.67% from 255) = 40.72%
BLUE value IS 226 (88.67% from 255) = 40.72%
R=18.56%
G=40.72%
B=40.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1032262260.54000.1118067.9664.51
Hex67E2E23600Bb44441
Octal147342342660013264104101
Binary110011111100010111000101101100010111011010010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67e2e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,226,226); }

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

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

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

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

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

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

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