#67EDEC

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

Shades of Turquoise Blue #67EDEC

Tints of Turquoise Blue #67EDEC

Color information

#67EDEC (or 0x67EDEC) is unknown color: approx Turquoise Blue. HEX triplet: 67, ED and EC. RGB value is (103,237,236). Sum of RGB (Red+Green+Blue) = 103+237+236=576 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.88% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #67EDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EDEC is #981213. Grayscale: #C4C4C4. Windows color (decimal): -9966100 or 15527271. OLE color: 15527271.

HSL color Cylindrical-coordinate representation of color #67EDEC: hue angle of 179.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67EDEC is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB103237236-
CMYK0.5700.000.07
HSL179.55º78.82%66.67%-
HSV(B)179.55º56.54%92.94%-
XYZ51.0269.5190.08-
YUV196.82150.1161.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.88%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=17.88%
G=41.15%
B=40.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1032372360.5700.000.07179.5578.8266.67
Hex67EDEC39007b44f43
Octal14735535471007264117103
Binary11001111110110111101100111001001111011010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67EDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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