#6CDCE3

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

Shades of Turquoise Blue #6CDCE3

Tints of Turquoise Blue #6CDCE3

Color information

#6CDCE3 (or 0x6CDCE3) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DC and E3. RGB value is (108,220,227). Sum of RGB (Red+Green+Blue) = 108+220+227=555 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.46% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CDCE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDCE3 is #93231C. Grayscale: #BBBBBB. Windows color (decimal): -9642781 or 14933100. OLE color: 14933100.

HSL color Cylindrical-coordinate representation of color #6CDCE3: hue angle of 183.53º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDCE3 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB108220227-
CMYK0.520.0300.11
HSL183.53º68%65.69%-
HSV(B)183.53º52.42%89.02%-
XYZ45.6459.9281.83-
YUV187.31150.3971.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.46%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=19.46%
G=39.64%
B=40.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1082202270.520.0300.11183.536865.69
Hex6CDCE33430Bb84442
Octal154334343643013270104102
Binary1101100110111001110001111010011010111011100010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,220,227); }

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

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

 a { background-color: rgb(108,220,227); }

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

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

 span { border-color: rgb(108,220,227); }

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