#6CDEE3

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

Shades of Turquoise Blue #6CDEE3

Tints of Turquoise Blue #6CDEE3

Color information

#6CDEE3 (or 0x6CDEE3) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DE and E3. RGB value is (108,222,227). Sum of RGB (Red+Green+Blue) = 108+222+227=557 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.39% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CDEE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDEE3 is #93211C. Grayscale: #BCBCBC. Windows color (decimal): -9642269 or 14933612. OLE color: 14933612.

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

Color convert

RGB108222227-
CMYK0.520.0200.11
HSL182.52º68%65.69%-
HSV(B)182.52º52.42%89.02%-
XYZ46.1760.9882.01-
YUV188.48149.7370.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.39%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 227 (89.06% from 255) = 40.75%
R=19.39%
G=39.86%
B=40.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1082222270.520.0200.11182.526865.69
Hex6CDEE33420Bb74442
Octal154336343642013267104102
Binary1101100110111101110001111010010010111011011110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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