#69E0DC

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

Shades of Turquoise Blue #69E0DC

Tints of Turquoise Blue #69E0DC

Color information

#69E0DC (or 0x69E0DC) is unknown color: approx Turquoise Blue. HEX triplet: 69, E0 and DC. RGB value is (105,224,220). Sum of RGB (Red+Green+Blue) = 105+224+220=549 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.13% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #69E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69E0DC is #961F23. Grayscale: #BBBBBB. Windows color (decimal): -9838372 or 14475369. OLE color: 14475369.

HSL color Cylindrical-coordinate representation of color #69E0DC: hue angle of 177.98º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E0DC is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB105224220-
CMYK0.5300.020.12
HSL177.98º65.75%64.51%-
HSV(B)177.98º53.12%87.84%-
XYZ45.461.4877.18-
YUV187.96146.0868.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.13%
GREEN value IS 224 (87.89% from 255) = 40.80%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=19.13%
G=40.80%
B=40.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052242200.5300.020.12177.9865.7564.51
Hex69E0DC3502Cb24241
Octal151340334650214262102101
Binary1101001111000001101110011010101011001011001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,224,220); }

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

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

 a { background-color: rgb(105,224,220); }

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

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

 span { border-color: rgb(105,224,220); }

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