#67dcdc

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

Shades of Turquoise Blue #67DCDC

Tints of Turquoise Blue #67DCDC

Color information

#67DCDC (or 0x67DCDC) is unknown color: approx Turquoise Blue. HEX triplet: 67, DC and DC. RGB value is (103,220,220). Sum of RGB (Red+Green+Blue) = 103+220+220=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #67DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DCDC is #982323. Grayscale: #B8B8B8. Windows color (decimal): -9970468 or 14474343. OLE color: 14474343.

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

Color convert

RGB103220220-
CMYK0.53000.14
HSL180º62.57%63.33%-
HSV(B)180º53.18%86.27%-
XYZ44.159.2476.82-
YUV185.02147.7469.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.97%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=18.97%
G=40.52%
B=40.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1032202200.53000.1418062.5763.33
Hex67DCDC3500Eb43f3f
Octal1473343346500162647777
Binary1100111110111001101110011010100111010110100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67dcdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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