#6CCFE3

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

Shades of Turquoise Blue #6CCFE3

Tints of Turquoise Blue #6CCFE3

Color information

#6CCFE3 (or 0x6CCFE3) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CF and E3. RGB value is (108,207,227). Sum of RGB (Red+Green+Blue) = 108+207+227=542 (71% of max value = 765). Red value is 108 (42.58% from 255 or 19.93% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 227 (89.06% from 255 or 41.88% from 542); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CCFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCFE3 is #93301C. Grayscale: #B3B3B3. Windows color (decimal): -9646109 or 14929772. OLE color: 14929772.

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

Color convert

RGB108207227-
CMYK0.520.0900.11
HSL190.08º68%65.69%-
HSV(B)190.08º52.42%89.02%-
XYZ42.3653.3680.74-
YUV179.68154.776.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.93%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 227 (89.06% from 255) = 41.88%
R=19.93%
G=38.19%
B=41.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1082072270.520.0900.11190.086865.69
Hex6CCFE33490Bbe4442
Octal1543173436411013276104102
Binary110110011001111111000111101001001010111011111010001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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