#67ccde

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

Shades of Turquoise Blue #67CCDE

Tints of Turquoise Blue #67CCDE

Color information

#67CCDE (or 0x67CCDE) is unknown color: approx Turquoise Blue. HEX triplet: 67, CC and DE. RGB value is (103,204,222). Sum of RGB (Red+Green+Blue) = 103+204+222=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #67CCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67CCDE is #983321. Grayscale: #AFAFAF. Windows color (decimal): -9974562 or 14601319. OLE color: 14601319.

HSL color Cylindrical-coordinate representation of color #67CCDE: hue angle of 189.08º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67CCDE is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103204222-
CMYK0.540.0800.13
HSL189.08º64.32%63.73%-
HSV(B)189.08º53.6%87.06%-
XYZ40.3751.3476.89-
YUV175.85154.0476.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.47%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=19.47%
G=38.56%
B=41.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032042220.540.0800.13189.0864.3263.73
Hex67CCDE3680Dbd4040
Octal1473143366610015275100100
Binary110011111001100110111101101101000011011011110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ccde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,204,222); }

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

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

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

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

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

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

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