#67E1DD

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

Shades of Turquoise Blue #67E1DD

Tints of Turquoise Blue #67E1DD

Color information

#67E1DD (or 0x67E1DD) is unknown color: approx Turquoise Blue. HEX triplet: 67, E1 and DD. RGB value is (103,225,221). Sum of RGB (Red+Green+Blue) = 103+225+221=549 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.76% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #67E1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E1DD is #981E22. Grayscale: #BBBBBB. Windows color (decimal): -9969187 or 14541159. OLE color: 14541159.

HSL color Cylindrical-coordinate representation of color #67E1DD: hue angle of 178.03º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67E1DD is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB103225221-
CMYK0.5400.020.12
HSL178.03º67.03%64.31%-
HSV(B)178.03º54.22%88.24%-
XYZ45.5761.9577.96-
YUV188.07146.5867.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.76%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=18.76%
G=40.98%
B=40.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1032252210.5400.020.12178.0367.0364.31
Hex67E1DD3602Cb24340
Octal147341335660214262103100
Binary1100111111000011101110111011001011001011001010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,225,221); }

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

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

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

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

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

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

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