#6CCDDE

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

Shades of Turquoise Blue #6CCDDE

Tints of Turquoise Blue #6CCDDE

Color information

#6CCDDE (or 0x6CCDDE) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CD and DE. RGB value is (108,205,222). Sum of RGB (Red+Green+Blue) = 108+205+222=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #6CCDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDDE is #933221. Grayscale: #B1B1B1. Windows color (decimal): -9646626 or 14601580. OLE color: 14601580.

HSL color Cylindrical-coordinate representation of color #6CCDDE: hue angle of 188.95º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CCDDE is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB108205222-
CMYK0.510.0800.13
HSL188.95º63.33%64.71%-
HSV(B)188.95º51.35%87.06%-
XYZ41.252.1277-
YUV177.94152.8678.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.19%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 222 (87.11% from 255) = 41.50%
R=20.19%
G=38.32%
B=41.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082052220.510.0800.13188.9563.3364.71
Hex6CCDDE3380Dbd3f41
Octal154315336631001527577101
Binary11011001100110111011110110011100001101101111011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CCDDE; }

 p { color: rgb(108,205,222); }

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

<style>
 a { background-color: #6CCDDE; }

 a { background-color: rgb(108,205,222); }

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

<style>
 span { border-color: #6CCDDE; }

 span { border-color: rgb(108,205,222); }

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