#69CDEB

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

Shades of Turquoise Blue #69CDEB

Tints of Turquoise Blue #69CDEB

Color information

#69CDEB (or 0x69CDEB) is unknown color: approx Turquoise Blue. HEX triplet: 69, CD and EB. RGB value is (105,205,235). Sum of RGB (Red+Green+Blue) = 105+205+235=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #69CDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CDEB is #963214. Grayscale: #B2B2B2. Windows color (decimal): -9843221 or 15453545. OLE color: 15453545.

HSL color Cylindrical-coordinate representation of color #69CDEB: hue angle of 193.85º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69CDEB is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105205235-
CMYK0.550.1300.08
HSL193.85º76.47%66.67%-
HSV(B)193.85º55.32%92.16%-
XYZ42.6552.6686.51-
YUV178.52159.8775.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.27%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=19.27%
G=37.61%
B=43.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052052350.550.1300.08193.8576.4766.67
Hex69CDEB37D08c24c43
Octal1513153536715010302114103
Binary110100111001101111010111101111101010001100001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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