#6CCEE1

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

Shades of Turquoise Blue #6CCEE1

Tints of Turquoise Blue #6CCEE1

Color information

#6CCEE1 (or 0x6CCEE1) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CE and E1. RGB value is (108,206,225). Sum of RGB (Red+Green+Blue) = 108+206+225=539 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.04% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #6CCEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCEE1 is #93311E. Grayscale: #B2B2B2. Windows color (decimal): -9646367 or 14798444. OLE color: 14798444.

HSL color Cylindrical-coordinate representation of color #6CCEE1: hue angle of 189.74º degrees, saturation: 0.66, 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 #6CCEE1 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB108206225-
CMYK0.520.0800.12
HSL189.74º66.1%65.29%-
HSV(B)189.74º52%88.24%-
XYZ41.8552.7779.21-
YUV178.86154.0377.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.04%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 225 (88.28% from 255) = 41.74%
R=20.04%
G=38.22%
B=41.74%

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
Decimal1082062250.520.0800.12189.7466.165.29
Hex6CCEE13480Cbe4241
Octal1543163416410014276102101
Binary110110011001110111000011101001000011001011111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,206,225); }

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

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

 a { background-color: rgb(108,206,225); }

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

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

 span { border-color: rgb(108,206,225); }

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