#67DBDC

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

Shades of Turquoise Blue #67DBDC

Tints of Turquoise Blue #67DBDC

Color information

#67DBDC (or 0x67DBDC) is unknown color: approx Turquoise Blue. HEX triplet: 67, DB and DC. RGB value is (103,219,220). Sum of RGB (Red+Green+Blue) = 103+219+220=542 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.00% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #67DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DBDC is #982423. Grayscale: #B8B8B8. Windows color (decimal): -9970724 or 14474087. OLE color: 14474087.

HSL color Cylindrical-coordinate representation of color #67DBDC: hue angle of 180.51º 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 #67DBDC is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB103219220-
CMYK0.530.0000.14
HSL180.51º62.57%63.33%-
HSV(B)180.51º53.18%86.27%-
XYZ43.8458.7176.73-
YUV184.43148.0769.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.00%
GREEN value IS 219 (85.94% from 255) = 40.41%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=19.00%
G=40.41%
B=40.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1032192200.530.0000.14180.5162.5763.33
Hex67DBDC3500Eb53f3f
Octal1473333346500162657777
Binary1100111110110111101110011010100111010110101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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