#6ECFDB

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

Shades of Turquoise Blue #6ECFDB

Tints of Turquoise Blue #6ECFDB

Color information

#6ECFDB (or 0x6ECFDB) is unknown color: approx Turquoise Blue. HEX triplet: 6E, CF and DB. RGB value is (110,207,219). Sum of RGB (Red+Green+Blue) = 110+207+219=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ECFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFDB is #913024. Grayscale: #B3B3B3. Windows color (decimal): -9515045 or 14405486. OLE color: 14405486.

HSL color Cylindrical-coordinate representation of color #6ECFDB: hue angle of 186.61º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECFDB is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110207219-
CMYK0.500.0500.14
HSL186.61º60.22%64.51%-
HSV(B)186.61º49.77%85.88%-
XYZ41.5353.0675.07-
YUV179.36150.3678.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.52%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=20.52%
G=38.62%
B=40.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102072190.500.0500.14186.6160.2264.51
Hex6ECFDB3250Ebb3c41
Octal15631733362501627374101
Binary1101110110011111101101111001010101110101110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,207,219); }

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

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

 a { background-color: rgb(110,207,219); }

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

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

 span { border-color: rgb(110,207,219); }

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