#67DEDB

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

Shades of Turquoise Blue #67DEDB

Tints of Turquoise Blue #67DEDB

Color information

#67DEDB (or 0x67DEDB) is unknown color: approx Turquoise Blue. HEX triplet: 67, DE and DB. RGB value is (103,222,219). Sum of RGB (Red+Green+Blue) = 103+222+219=544 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.93% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #67DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DEDB is #982124. Grayscale: #B9B9B9. Windows color (decimal): -9969957 or 14409319. OLE color: 14409319.

HSL color Cylindrical-coordinate representation of color #67DEDB: hue angle of 178.49º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67DEDB is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB103222219-
CMYK0.5400.010.13
HSL178.49º64.32%63.73%-
HSV(B)178.49º53.6%87.06%-
XYZ44.560.2476.3-
YUV186.08146.5868.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.93%
GREEN value IS 222 (87.11% from 255) = 40.81%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=18.93%
G=40.81%
B=40.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1032222190.5400.010.13178.4964.3263.73
Hex67DEDB3601Db24040
Octal147336333660115262100100
Binary110011111011110110110111101100111011011001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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