#67D8D7

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

Shades of Turquoise Blue #67D8D7

Tints of Turquoise Blue #67D8D7

Color information

#67D8D7 (or 0x67D8D7) is unknown color: approx Turquoise Blue. HEX triplet: 67, D8 and D7. RGB value is (103,216,215). Sum of RGB (Red+Green+Blue) = 103+216+215=534 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.29% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #67D8D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D8D7 is #982728. Grayscale: #B5B5B5. Windows color (decimal): -9971497 or 14145639. OLE color: 14145639.

HSL color Cylindrical-coordinate representation of color #67D8D7: hue angle of 179.47º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D8D7 is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB103216215-
CMYK0.5200.000.15
HSL179.47º59.16%62.55%-
HSV(B)179.47º52.31%84.71%-
XYZ42.4256.973.04-
YUV182.1146.5671.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.29%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=19.29%
G=40.45%
B=40.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1032162150.5200.000.15179.4759.1662.55
Hex67D8D73400Fb33b3f
Octal1473303276400172637377
Binary1100111110110001101011111010000111110110011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,216,215); }

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

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

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

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

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

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

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