#69D8D3

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

Shades of Turquoise Blue #69D8D3

Tints of Turquoise Blue #69D8D3

Color information

#69D8D3 (or 0x69D8D3) is unknown color: approx Turquoise Blue. HEX triplet: 69, D8 and D3. RGB value is (105,216,211). Sum of RGB (Red+Green+Blue) = 105+216+211=532 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.74% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 211 (82.81% from 255 or 39.66% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D8D3 is #96272C. Grayscale: #B6B6B6. Windows color (decimal): -9840429 or 13883497. OLE color: 13883497.

HSL color Cylindrical-coordinate representation of color #69D8D3: hue angle of 177.3º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D8D3 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB105216211-
CMYK0.5100.020.15
HSL177.3º58.73%62.94%-
HSV(B)177.3º51.39%84.71%-
XYZ42.1456.8270.37-
YUV182.24144.2372.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.74%
GREEN value IS 216 (84.77% from 255) = 40.60%
BLUE value IS 211 (82.81% from 255) = 39.66%
R=19.74%
G=40.60%
B=39.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052162110.5100.020.15177.358.7362.94
Hex69D8D33302Fb13b3f
Octal1513303236302172617377
Binary11010011101100011010011110011010111110110001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69D8D3; }

 p { color: rgb(105,216,211); }

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

<style>
 a { background-color: #69D8D3; }

 a { background-color: rgb(105,216,211); }

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

<style>
 span { border-color: #69D8D3; }

 span { border-color: rgb(105,216,211); }

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