#69CCDE

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

Shades of Turquoise Blue #69CCDE

Tints of Turquoise Blue #69CCDE

Color information

#69CCDE (or 0x69CCDE) is unknown color: approx Turquoise Blue. HEX triplet: 69, CC and DE. RGB value is (105,204,222). Sum of RGB (Red+Green+Blue) = 105+204+222=531 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.77% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #69CCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CCDE is #963321. Grayscale: #B0B0B0. Windows color (decimal): -9843490 or 14601321. OLE color: 14601321.

HSL color Cylindrical-coordinate representation of color #69CCDE: hue angle of 189.23º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69CCDE is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105204222-
CMYK0.530.0800.13
HSL189.23º63.93%64.12%-
HSV(B)189.23º52.7%87.06%-
XYZ40.651.4676.9-
YUV176.45153.777.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.77%
GREEN value IS 204 (80.08% from 255) = 38.42%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=19.77%
G=38.42%
B=41.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1052042220.530.0800.13189.2363.9364.12
Hex69CCDE3580Dbd4040
Octal1513143366510015275100100
Binary110100111001100110111101101011000011011011110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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