#69D6ED

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

Shades of Turquoise Blue #69D6ED

Tints of Turquoise Blue #69D6ED

Color information

#69D6ED (or 0x69D6ED) is unknown color: approx Turquoise Blue. HEX triplet: 69, D6 and ED. RGB value is (105,214,237). Sum of RGB (Red+Green+Blue) = 105+214+237=556 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.88% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #69D6ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69D6ED is #962912. Grayscale: #B7B7B7. Windows color (decimal): -9840915 or 15586921. OLE color: 15586921.

HSL color Cylindrical-coordinate representation of color #69D6ED: hue angle of 190.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69D6ED is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105214237-
CMYK0.560.1000.07
HSL190.45º78.57%67.06%-
HSV(B)190.45º55.7%92.94%-
XYZ45.1657.2188.78-
YUV184.03157.8971.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.88%
GREEN value IS 214 (83.98% from 255) = 38.49%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=18.88%
G=38.49%
B=42.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052142370.560.1000.07190.4578.5767.06
Hex69D6ED38A07be4f43
Octal151326355701207276117103
Binary11010011101011011101101111000101001111011111010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,214,237); }

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

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

 a { background-color: rgb(105,214,237); }

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

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

 span { border-color: rgb(105,214,237); }

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