#67DCE3

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

Shades of Turquoise Blue #67DCE3

Tints of Turquoise Blue #67DCE3

Color information

#67DCE3 (or 0x67DCE3) is unknown color: approx Turquoise Blue. HEX triplet: 67, DC and E3. RGB value is (103,220,227). Sum of RGB (Red+Green+Blue) = 103+220+227=550 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.73% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 227 - color contains mainly: blue. Hex color #67DCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67DCE3 is #98231C. Grayscale: #B9B9B9. Windows color (decimal): -9970461 or 14933095. OLE color: 14933095.

HSL color Cylindrical-coordinate representation of color #67DCE3: hue angle of 183.39º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67DCE3 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB103220227-
CMYK0.550.0300.11
HSL183.39º68.89%64.71%-
HSV(B)183.39º54.63%89.02%-
XYZ45.0559.6281.81-
YUV185.82151.2468.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.73%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 227 (89.06% from 255) = 41.27%
R=18.73%
G=40%
B=41.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1032202270.550.0300.11183.3968.8964.71
Hex67DCE33730Bb74541
Octal147334343673013267105101
Binary1100111110111001110001111011111010111011011110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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