#6CE0DC

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

Shades of Turquoise Blue #6CE0DC

Tints of Turquoise Blue #6CE0DC

Color information

#6CE0DC (or 0x6CE0DC) is unknown color: approx Turquoise Blue. HEX triplet: 6C, E0 and DC. RGB value is (108,224,220). Sum of RGB (Red+Green+Blue) = 108+224+220=552 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.57% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE0DC is #931F23. Grayscale: #BCBCBC. Windows color (decimal): -9641764 or 14475372. OLE color: 14475372.

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

Color convert

RGB108224220-
CMYK0.5200.020.12
HSL177.93º65.17%65.1%-
HSV(B)177.93º51.79%87.84%-
XYZ45.7661.6777.2-
YUV188.86145.5770.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.57%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=19.57%
G=40.58%
B=39.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1082242200.5200.020.12177.9365.1765.1
Hex6CE0DC3402Cb24141
Octal154340334640214262101101
Binary1101100111000001101110011010001011001011001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,224,220); }

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

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

 a { background-color: rgb(108,224,220); }

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

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

 span { border-color: rgb(108,224,220); }

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