#69E4EF

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

Shades of Turquoise Blue #69E4EF

Tints of Turquoise Blue #69E4EF

Color information

#69E4EF (or 0x69E4EF) is unknown color: approx Turquoise Blue. HEX triplet: 69, E4 and EF. RGB value is (105,228,239). Sum of RGB (Red+Green+Blue) = 105+228+239=572 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.36% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #69E4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69E4EF is #961B10. Grayscale: #C0C0C0. Windows color (decimal): -9837329 or 15721577. OLE color: 15721577.

HSL color Cylindrical-coordinate representation of color #69E4EF: hue angle of 184.93º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69E4EF is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB105228239-
CMYK0.560.0500.06
HSL184.93º80.72%67.45%-
HSV(B)184.93º56.07%93.73%-
XYZ49.1564.7291.56-
YUV192.48154.2565.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.36%
GREEN value IS 228 (89.45% from 255) = 39.86%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=18.36%
G=39.86%
B=41.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052282390.560.0500.06184.9380.7267.45
Hex69E4EF38506b95143
Octal15134435770506271121103
Binary1101001111001001110111111100010101101011100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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