#69CFE9

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

Shades of Turquoise Blue #69CFE9

Tints of Turquoise Blue #69CFE9

Color information

#69CFE9 (or 0x69CFE9) is unknown color: approx Turquoise Blue. HEX triplet: 69, CF and E9. RGB value is (105,207,233). Sum of RGB (Red+Green+Blue) = 105+207+233=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #69CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CFE9 is #963016. Grayscale: #B3B3B3. Windows color (decimal): -9842711 or 15322985. OLE color: 15322985.

HSL color Cylindrical-coordinate representation of color #69CFE9: hue angle of 192.19º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69CFE9 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB105207233-
CMYK0.550.1100.09
HSL192.19º74.42%66.27%-
HSV(B)192.19º54.94%91.37%-
XYZ42.8553.5185.16-
YUV179.47158.2174.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.27%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 233 (91.41% from 255) = 42.75%
R=19.27%
G=37.98%
B=42.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1052072330.550.1100.09192.1974.4266.27
Hex69CFE937B09c04a42
Octal1513173516713011300112102
Binary110100111001111111010011101111011010011100000010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,207,233); }

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

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

 a { background-color: rgb(105,207,233); }

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

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

 span { border-color: rgb(105,207,233); }

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