#69CCD8

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

Shades of Turquoise Blue #69CCD8

Tints of Turquoise Blue #69CCD8

Color information

#69CCD8 (or 0x69CCD8) is unknown color: approx Turquoise Blue. HEX triplet: 69, CC and D8. RGB value is (105,204,216). Sum of RGB (Red+Green+Blue) = 105+204+216=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #69CCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CCD8 is #963327. Grayscale: #AFAFAF. Windows color (decimal): -9843496 or 14208105. OLE color: 14208105.

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

Color convert

RGB105204216-
CMYK0.510.0600.15
HSL186.49º58.73%62.94%-
HSV(B)186.49º51.39%84.71%-
XYZ39.8151.1572.74-
YUV175.77150.777.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 216 (84.77% from 255) = 41.14%
R=20%
G=38.86%
B=41.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052042160.510.0600.15186.4958.7362.94
Hex69CCD83360Fba3b3f
Octal1513143306360172727377
Binary110100111001100110110001100111100111110111010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,204,216); }

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

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

 a { background-color: rgb(105,204,216); }

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

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

 span { border-color: rgb(105,204,216); }

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