#69CBEC

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

Shades of Turquoise Blue #69CBEC

Tints of Turquoise Blue #69CBEC

Color information

#69CBEC (or 0x69CBEC) is unknown color: approx Turquoise Blue. HEX triplet: 69, CB and EC. RGB value is (105,203,236). Sum of RGB (Red+Green+Blue) = 105+203+236=544 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.30% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #69CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CBEC is #963413. Grayscale: #B1B1B1. Windows color (decimal): -9843732 or 15518569. OLE color: 15518569.

HSL color Cylindrical-coordinate representation of color #69CBEC: hue angle of 195.11º degrees, saturation: 0.78, 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 #69CBEC is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB105203236-
CMYK0.560.1400.07
HSL195.11º77.51%66.86%-
HSV(B)195.11º55.51%92.55%-
XYZ42.3251.7787.12-
YUV177.46161.0376.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.30%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=19.30%
G=37.32%
B=43.38%

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
Decimal1052032360.560.1400.07195.1177.5166.86
Hex69CBEC38E07c34e43
Octal151313354701607303116103
Binary11010011100101111101100111000111001111100001110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,203,236); }

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

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

 a { background-color: rgb(105,203,236); }

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

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

 span { border-color: rgb(105,203,236); }

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