#69EEDD

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

Shades of Turquoise Blue #69EEDD

Tints of Turquoise Blue #69EEDD

Color information

#69EEDD (or 0x69EEDD) is unknown color: approx Turquoise Blue. HEX triplet: 69, EE and DD. RGB value is (105,238,221). Sum of RGB (Red+Green+Blue) = 105+238+221=564 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.62% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #69EEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EEDD is #961122. Grayscale: #C4C4C4. Windows color (decimal): -9834787 or 14544489. OLE color: 14544489.

HSL color Cylindrical-coordinate representation of color #69EEDD: hue angle of 172.33º degrees, saturation: 0.8, 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 #69EEDD is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB105238221-
CMYK0.5600.070.07
HSL172.33º79.64%67.25%-
HSV(B)172.33º55.88%93.33%-
XYZ49.4569.3779.19-
YUV196.3141.9462.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.62%
GREEN value IS 238 (93.36% from 255) = 42.20%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=18.62%
G=42.20%
B=39.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052382210.5600.070.07172.3379.6467.25
Hex69EEDD38077ac5043
Octal15135633570077254120103
Binary1101001111011101101110111100001111111010110010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,238,221); }

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

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

 a { background-color: rgb(105,238,221); }

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

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

 span { border-color: rgb(105,238,221); }

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