#6CCBEC

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

Shades of Turquoise Blue #6CCBEC

Tints of Turquoise Blue #6CCBEC

Color information

#6CCBEC (or 0x6CCBEC) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CB and EC. RGB value is (108,203,236). Sum of RGB (Red+Green+Blue) = 108+203+236=547 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.74% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CCBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCBEC is #933413. Grayscale: #B2B2B2. Windows color (decimal): -9647124 or 15518572. OLE color: 15518572.

HSL color Cylindrical-coordinate representation of color #6CCBEC: hue angle of 195.47º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CCBEC is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB108203236-
CMYK0.540.1400.07
HSL195.47º77.11%67.45%-
HSV(B)195.47º54.24%92.55%-
XYZ42.6851.9687.14-
YUV178.36160.5377.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.74%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=19.74%
G=37.11%
B=43.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082032360.540.1400.07195.4777.1167.45
Hex6CCBEC36E07c34d43
Octal154313354661607303115103
Binary11011001100101111101100110110111001111100001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,203,236); }

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

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

 a { background-color: rgb(108,203,236); }

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

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

 span { border-color: rgb(108,203,236); }

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