#69CDDA

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

Shades of Turquoise Blue #69CDDA

Tints of Turquoise Blue #69CDDA

Color information

#69CDDA (or 0x69CDDA) is unknown color: approx Turquoise Blue. HEX triplet: 69, CD and DA. RGB value is (105,205,218). Sum of RGB (Red+Green+Blue) = 105+205+218=528 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.89% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #69CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CDDA is #963225. Grayscale: #B0B0B0. Windows color (decimal): -9843238 or 14339433. OLE color: 14339433.

HSL color Cylindrical-coordinate representation of color #69CDDA: hue angle of 186.9º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69CDDA is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105205218-
CMYK0.520.0600.15
HSL186.9º60.43%63.33%-
HSV(B)186.9º51.83%85.49%-
XYZ40.3151.7374.19-
YUV176.58151.3776.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.89%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 218 (85.55% from 255) = 41.29%
R=19.89%
G=38.83%
B=41.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052052180.520.0600.15186.960.4363.33
Hex69CDDA3460Fbb3c3f
Octal1513153326460172737477
Binary110100111001101110110101101001100111110111011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,205,218); }

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

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

 a { background-color: rgb(105,205,218); }

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

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

 span { border-color: rgb(105,205,218); }

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