#6CCBE3

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

Shades of Turquoise Blue #6CCBE3

Tints of Turquoise Blue #6CCBE3

Color information

#6CCBE3 (or 0x6CCBE3) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CB and E3. RGB value is (108,203,227). Sum of RGB (Red+Green+Blue) = 108+203+227=538 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.07% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CCBE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBE3 is #93341C. Grayscale: #B1B1B1. Windows color (decimal): -9647133 or 14928748. OLE color: 14928748.

HSL color Cylindrical-coordinate representation of color #6CCBE3: hue angle of 192.1º 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 #6CCBE3 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB108203227-
CMYK0.520.1100.11
HSL192.1º68%65.69%-
HSV(B)192.1º52.42%89.02%-
XYZ41.4151.4580.42-
YUV177.33156.0378.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.07%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 227 (89.06% from 255) = 42.19%
R=20.07%
G=37.73%
B=42.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1082032270.520.1100.11192.16865.69
Hex6CCBE334B0Bc04442
Octal1543133436413013300104102
Binary110110011001011111000111101001011010111100000010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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