#69CCED

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

Shades of Turquoise Blue #69CCED

Tints of Turquoise Blue #69CCED

Color information

#69CCED (or 0x69CCED) is unknown color: approx Turquoise Blue. HEX triplet: 69, CC and ED. RGB value is (105,204,237). Sum of RGB (Red+Green+Blue) = 105+204+237=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #69CCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CCED is #963312. Grayscale: #B1B1B1. Windows color (decimal): -9843475 or 15584361. OLE color: 15584361.

HSL color Cylindrical-coordinate representation of color #69CCED: hue angle of 195º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69CCED is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105204237-
CMYK0.560.1400.07
HSL195º78.57%67.06%-
HSV(B)195º55.7%92.94%-
XYZ42.752.387.97-
YUV178.16161.275.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.23%
GREEN value IS 204 (80.08% from 255) = 37.36%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=19.23%
G=37.36%
B=43.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052042370.560.1400.0719578.5767.06
Hex69CCED38E07c34f43
Octal151314355701607303117103
Binary11010011100110011101101111000111001111100001110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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