#69E4EC

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

Shades of Turquoise Blue #69E4EC

Tints of Turquoise Blue #69E4EC

Color information

#69E4EC (or 0x69E4EC) is unknown color: approx Turquoise Blue. HEX triplet: 69, E4 and EC. RGB value is (105,228,236). Sum of RGB (Red+Green+Blue) = 105+228+236=569 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.45% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #69E4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E4EC is #961B13. Grayscale: #BFBFBF. Windows color (decimal): -9837332 or 15524969. OLE color: 15524969.

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

Color convert

RGB105228236-
CMYK0.560.0300.07
HSL183.66º77.51%66.86%-
HSV(B)183.66º55.51%92.55%-
XYZ48.7164.5589.25-
YUV192.14152.7565.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.45%
GREEN value IS 228 (89.45% from 255) = 40.07%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=18.45%
G=40.07%
B=41.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052282360.560.0300.07183.6677.5166.86
Hex69E4EC38307b84e43
Octal15134435470307270116103
Binary110100111100100111011001110001101111011100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,228,236); }

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

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

 a { background-color: rgb(105,228,236); }

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

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

 span { border-color: rgb(105,228,236); }

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