#69CBEB

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

Shades of Turquoise Blue #69CBEB

Tints of Turquoise Blue #69CBEB

Color information

#69CBEB (or 0x69CBEB) is unknown color: approx Turquoise Blue. HEX triplet: 69, CB and EB. RGB value is (105,203,235). Sum of RGB (Red+Green+Blue) = 105+203+235=543 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.34% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #69CBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69CBEB is #963414. Grayscale: #B1B1B1. Windows color (decimal): -9843733 or 15453033. OLE color: 15453033.

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

Color convert

RGB105203235-
CMYK0.550.1400.08
HSL194.77º76.47%66.67%-
HSV(B)194.77º55.32%92.16%-
XYZ42.1851.7186.36-
YUV177.35160.5376.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.34%
GREEN value IS 203 (79.69% from 255) = 37.38%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=19.34%
G=37.38%
B=43.28%

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
Decimal1052032350.550.1400.08194.7776.4766.67
Hex69CBEB37E08c34c43
Octal1513133536716010303114103
Binary110100111001011111010111101111110010001100001110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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