#69CCE4

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

Shades of Turquoise Blue #69CCE4

Tints of Turquoise Blue #69CCE4

Color information

#69CCE4 (or 0x69CCE4) is unknown color: approx Turquoise Blue. HEX triplet: 69, CC and E4. RGB value is (105,204,228). Sum of RGB (Red+Green+Blue) = 105+204+228=537 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.55% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #69CCE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CCE4 is #96331B. Grayscale: #B0B0B0. Windows color (decimal): -9843484 or 14994537. OLE color: 14994537.

HSL color Cylindrical-coordinate representation of color #69CCE4: hue angle of 191.71º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69CCE4 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105204228-
CMYK0.540.1100.11
HSL191.71º69.49%65.29%-
HSV(B)191.71º53.95%89.41%-
XYZ41.4251.7981.21-
YUV177.14156.776.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.55%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 228 (89.45% from 255) = 42.46%
R=19.55%
G=37.99%
B=42.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052042280.540.1100.11191.7169.4965.29
Hex69CCE436B0Bc04541
Octal1513143446613013300105101
Binary110100111001100111001001101101011010111100000010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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