#69DBE3

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

Shades of Turquoise Blue #69DBE3

Tints of Turquoise Blue #69DBE3

Color information

#69DBE3 (or 0x69DBE3) is unknown color: approx Turquoise Blue. HEX triplet: 69, DB and E3. RGB value is (105,219,227). Sum of RGB (Red+Green+Blue) = 105+219+227=551 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.06% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #69DBE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DBE3 is #96241C. Grayscale: #B9B9B9. Windows color (decimal): -9839645 or 14932841. OLE color: 14932841.

HSL color Cylindrical-coordinate representation of color #69DBE3: hue angle of 183.93º 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 #69DBE3 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB105219227-
CMYK0.540.0400.11
HSL183.93º68.54%65.1%-
HSV(B)183.93º53.74%89.02%-
XYZ45.0259.2181.73-
YUV185.83151.2370.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.06%
GREEN value IS 219 (85.94% from 255) = 39.75%
BLUE value IS 227 (89.06% from 255) = 41.20%
R=19.06%
G=39.75%
B=41.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052192270.540.0400.11183.9368.5465.1
Hex69DBE33640Bb84541
Octal151333343664013270105101
Binary11010011101101111100011110110100010111011100010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,219,227); }

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

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

 a { background-color: rgb(105,219,227); }

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

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

 span { border-color: rgb(105,219,227); }

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