#69D4D8

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

Shades of Turquoise Blue #69D4D8

Tints of Turquoise Blue #69D4D8

Color information

#69D4D8 (or 0x69D4D8) is unknown color: approx Turquoise Blue. HEX triplet: 69, D4 and D8. RGB value is (105,212,216). Sum of RGB (Red+Green+Blue) = 105+212+216=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #69D4D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D4D8 is #962B27. Grayscale: #B4B4B4. Windows color (decimal): -9841448 or 14210153. OLE color: 14210153.

HSL color Cylindrical-coordinate representation of color #69D4D8: hue angle of 182.16º 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 #69D4D8 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105212216-
CMYK0.510.0200.15
HSL182.16º58.73%62.94%-
HSV(B)182.16º51.39%84.71%-
XYZ41.7655.0573.39-
YUV180.46148.0574.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.70%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=19.70%
G=39.77%
B=40.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052122160.510.0200.15182.1658.7362.94
Hex69D4D83320Fb63b3f
Octal1513243306320172667377
Binary11010011101010011011000110011100111110110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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