#67D6D3

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

Shades of Turquoise Blue #67D6D3

Tints of Turquoise Blue #67D6D3

Color information

#67D6D3 (or 0x67D6D3) is unknown color: approx Turquoise Blue. HEX triplet: 67, D6 and D3. RGB value is (103,214,211). Sum of RGB (Red+Green+Blue) = 103+214+211=528 (69% of max value = 765). Red value is 103 (40.62% from 255 or 19.51% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #67D6D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D6D3 is #98292C. Grayscale: #B4B4B4. Windows color (decimal): -9972013 or 13882983. OLE color: 13882983.

HSL color Cylindrical-coordinate representation of color #67D6D3: hue angle of 178.38º 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 #67D6D3 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB103214211-
CMYK0.5200.010.16
HSL178.38º57.51%62.16%-
HSV(B)178.38º51.87%83.92%-
XYZ41.455.6870.19-
YUV180.47145.2372.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.51%
GREEN value IS 214 (83.98% from 255) = 40.53%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=19.51%
G=40.53%
B=39.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1032142110.5200.010.16178.3857.5162.16
Hex67D6D3340110b23a3e
Octal1473263236401202627276
Binary11001111101011011010011110100011000010110010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,214,211); }

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

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

 a { background-color: rgb(103,214,211); }

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

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

 span { border-color: rgb(103,214,211); }

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