#69CBE1

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

Shades of Turquoise Blue #69CBE1

Tints of Turquoise Blue #69CBE1

Color information

#69CBE1 (or 0x69CBE1) is unknown color: approx Turquoise Blue. HEX triplet: 69, CB and E1. RGB value is (105,203,225). Sum of RGB (Red+Green+Blue) = 105+203+225=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #69CBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CBE1 is #96341E. Grayscale: #B0B0B0. Windows color (decimal): -9843743 or 14797673. OLE color: 14797673.

HSL color Cylindrical-coordinate representation of color #69CBE1: hue angle of 191º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69CBE1 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB105203225-
CMYK0.530.1000.12
HSL191º66.67%64.71%-
HSV(B)191º53.33%88.24%-
XYZ40.7751.1578.96-
YUV176.21155.5377.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.70%
GREEN value IS 203 (79.69% from 255) = 38.09%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=19.70%
G=38.09%
B=42.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052032250.530.1000.1219166.6764.71
Hex69CBE135A0Cbf4341
Octal1513133416512014277103101
Binary110100111001011111000011101011010011001011111110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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