#69CBDC

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

Shades of Turquoise Blue #69CBDC

Tints of Turquoise Blue #69CBDC

Color information

#69CBDC (or 0x69CBDC) is unknown color: approx Turquoise Blue. HEX triplet: 69, CB and DC. RGB value is (105,203,220). Sum of RGB (Red+Green+Blue) = 105+203+220=528 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.89% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #69CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CBDC is #963423. Grayscale: #AFAFAF. Windows color (decimal): -9843748 or 14469993. OLE color: 14469993.

HSL color Cylindrical-coordinate representation of color #69CBDC: hue angle of 188.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69CBDC is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105203220-
CMYK0.520.0800.14
HSL188.87º62.16%63.73%-
HSV(B)188.87º52.27%86.27%-
XYZ40.150.8875.42-
YUV175.64153.0377.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.89%
GREEN value IS 203 (79.69% from 255) = 38.45%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=19.89%
G=38.45%
B=41.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052032200.520.0800.14188.8762.1663.73
Hex69CBDC3480Ebd3e40
Octal151313334641001627576100
Binary11010011100101111011100110100100001110101111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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