#67ECEF

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

Shades of Turquoise Blue #67ECEF

Tints of Turquoise Blue #67ECEF

Color information

#67ECEF (or 0x67ECEF) is unknown color: approx Turquoise Blue. HEX triplet: 67, EC and EF. RGB value is (103,236,239). Sum of RGB (Red+Green+Blue) = 103+236+239=578 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.82% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #67ECEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67ECEF is #981310. Grayscale: #C4C4C4. Windows color (decimal): -9966353 or 15723623. OLE color: 15723623.

HSL color Cylindrical-coordinate representation of color #67ECEF: hue angle of 181.32º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67ECEF is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB103236239-
CMYK0.570.0100.06
HSL181.32º80.95%67.06%-
HSV(B)181.32º56.9%93.73%-
XYZ51.1769.1192.3-
YUV196.58151.9461.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.82%
GREEN value IS 236 (92.58% from 255) = 40.83%
BLUE value IS 239 (93.75% from 255) = 41.35%
R=17.82%
G=40.83%
B=41.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1032362390.570.0100.06181.3280.9567.06
Hex67ECEF39106b55143
Octal14735435771106265121103
Binary11001111110110011101111111001101101011010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,236,239); }

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

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

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

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

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

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

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