#6CCDE0

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

Shades of Turquoise Blue #6CCDE0

Tints of Turquoise Blue #6CCDE0

Color information

#6CCDE0 (or 0x6CCDE0) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CD and E0. RGB value is (108,205,224). Sum of RGB (Red+Green+Blue) = 108+205+224=537 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.11% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #6CCDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCDE0 is #93321F. Grayscale: #B1B1B1. Windows color (decimal): -9646624 or 14732652. OLE color: 14732652.

HSL color Cylindrical-coordinate representation of color #6CCDE0: hue angle of 189.83º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CCDE0 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB108205224-
CMYK0.520.0800.12
HSL189.83º65.17%65.1%-
HSV(B)189.83º51.79%87.84%-
XYZ41.4752.2378.42-
YUV178.16153.8677.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.11%
GREEN value IS 205 (80.47% from 255) = 38.18%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=20.11%
G=38.18%
B=41.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1082052240.520.0800.12189.8365.1765.1
Hex6CCDE03480Cbe4141
Octal1543153406410014276101101
Binary110110011001101111000001101001000011001011111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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