#67D2D7

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

Shades of Turquoise Blue #67D2D7

Tints of Turquoise Blue #67D2D7

Color information

#67D2D7 (or 0x67D2D7) is unknown color: approx Turquoise Blue. HEX triplet: 67, D2 and D7. RGB value is (103,210,215). Sum of RGB (Red+Green+Blue) = 103+210+215=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #67D2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D2D7 is #982D28. Grayscale: #B2B2B2. Windows color (decimal): -9973033 or 14144103. OLE color: 14144103.

HSL color Cylindrical-coordinate representation of color #67D2D7: hue angle of 182.68º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D2D7 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103210215-
CMYK0.520.0200.16
HSL182.68º58.33%62.35%-
HSV(B)182.68º52.09%84.31%-
XYZ40.9153.8872.53-
YUV178.58148.5574.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.51%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 215 (84.38% from 255) = 40.72%
R=19.51%
G=39.77%
B=40.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1032102150.520.0200.16182.6858.3362.35
Hex67D2D7342010b73a3e
Octal1473223276420202677276
Binary110011111010010110101111101001001000010110111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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