#67CEDC

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

Shades of Turquoise Blue #67CEDC

Tints of Turquoise Blue #67CEDC

Color information

#67CEDC (or 0x67CEDC) is unknown color: approx Turquoise Blue. HEX triplet: 67, CE and DC. RGB value is (103,206,220). Sum of RGB (Red+Green+Blue) = 103+206+220=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #67CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CEDC is #983123. Grayscale: #B0B0B0. Windows color (decimal): -9974052 or 14470759. OLE color: 14470759.

HSL color Cylindrical-coordinate representation of color #67CEDC: hue angle of 187.18º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67CEDC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103206220-
CMYK0.530.0600.14
HSL187.18º62.57%63.33%-
HSV(B)187.18º53.18%86.27%-
XYZ40.5852.1975.65-
YUV176.8152.3875.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.47%
GREEN value IS 206 (80.86% from 255) = 38.94%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=19.47%
G=38.94%
B=41.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1032062200.530.0600.14187.1862.5763.33
Hex67CEDC3560Ebb3f3f
Octal1473163346560162737777
Binary110011111001110110111001101011100111010111011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,206,220); }

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

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

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

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

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

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

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