#69CAEB

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

Shades of Turquoise Blue #69CAEB

Tints of Turquoise Blue #69CAEB

Color information

#69CAEB (or 0x69CAEB) is unknown color: approx Turquoise Blue. HEX triplet: 69, CA and EB. RGB value is (105,202,235). Sum of RGB (Red+Green+Blue) = 105+202+235=542 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.37% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #69CAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CAEB is #963514. Grayscale: #B0B0B0. Windows color (decimal): -9843989 or 15452777. OLE color: 15452777.

HSL color Cylindrical-coordinate representation of color #69CAEB: hue angle of 195.23º 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 #69CAEB is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB105202235-
CMYK0.550.1400.08
HSL195.23º76.47%66.67%-
HSV(B)195.23º55.32%92.16%-
XYZ41.9451.2486.28-
YUV176.76160.8676.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.37%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=19.37%
G=37.27%
B=43.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052022350.550.1400.08195.2376.4766.67
Hex69CAEB37E08c34c43
Octal1513123536716010303114103
Binary110100111001010111010111101111110010001100001110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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