#69CDE7

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

Shades of Turquoise Blue #69CDE7

Tints of Turquoise Blue #69CDE7

Color information

#69CDE7 (or 0x69CDE7) is unknown color: approx Turquoise Blue. HEX triplet: 69, CD and E7. RGB value is (105,205,231). Sum of RGB (Red+Green+Blue) = 105+205+231=541 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.41% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #69CDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDE7 is #963218. Grayscale: #B1B1B1. Windows color (decimal): -9843225 or 15191401. OLE color: 15191401.

HSL color Cylindrical-coordinate representation of color #69CDE7: hue angle of 192.38º degrees, saturation: 0.72, 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 #69CDE7 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB105205231-
CMYK0.550.1100.09
HSL192.38º72.41%65.88%-
HSV(B)192.38º54.55%90.59%-
XYZ42.0852.4483.5-
YUV178.06157.8775.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.41%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 231 (90.62% from 255) = 42.70%
R=19.41%
G=37.89%
B=42.70%

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
Decimal1052052310.550.1100.09192.3872.4165.88
Hex69CDE737B09c04842
Octal1513153476713011300110102
Binary110100111001101111001111101111011010011100000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,205,231); }

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

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

 a { background-color: rgb(105,205,231); }

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

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

 span { border-color: rgb(105,205,231); }

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