#67D2E1

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

Shades of Turquoise Blue #67D2E1

Tints of Turquoise Blue #67D2E1

Color information

#67D2E1 (or 0x67D2E1) is unknown color: approx Turquoise Blue. HEX triplet: 67, D2 and E1. RGB value is (103,210,225). Sum of RGB (Red+Green+Blue) = 103+210+225=538 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.14% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #67D2E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67D2E1 is #982D1E. Grayscale: #B3B3B3. Windows color (decimal): -9973023 or 14799463. OLE color: 14799463.

HSL color Cylindrical-coordinate representation of color #67D2E1: hue angle of 187.38º 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 #67D2E1 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB103210225-
CMYK0.540.0700.12
HSL187.38º67.03%64.31%-
HSV(B)187.38º54.22%88.24%-
XYZ42.2354.4179.51-
YUV179.72153.5573.28-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.14%
GREEN value IS 210 (82.42% from 255) = 39.03%
BLUE value IS 225 (88.28% from 255) = 41.82%
R=19.14%
G=39.03%
B=41.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1032102250.540.0700.12187.3867.0364.31
Hex67D2E13670Cbb4340
Octal147322341667014273103100
Binary11001111101001011100001110110111011001011101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67D2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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