#6DCBEA

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

Shades of Turquoise Blue #6DCBEA

Tints of Turquoise Blue #6DCBEA

Color information

#6DCBEA (or 0x6DCBEA) is unknown color: approx Turquoise Blue. HEX triplet: 6D, CB and EA. RGB value is (109,203,234). Sum of RGB (Red+Green+Blue) = 109+203+234=546 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.96% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DCBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DCBEA is #923415. Grayscale: #B2B2B2. Windows color (decimal): -9581590 or 15387501. OLE color: 15387501.

HSL color Cylindrical-coordinate representation of color #6DCBEA: hue angle of 194.88º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DCBEA is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109203234-
CMYK0.530.1300.08
HSL194.88º74.85%67.25%-
HSV(B)194.88º53.42%91.76%-
XYZ42.5151.985.62-
YUV178.43159.3678.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.96%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=19.96%
G=37.18%
B=42.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1092032340.530.1300.08194.8874.8567.25
Hex6DCBEA35D08c34b43
Octal1553133526515010303113103
Binary110110111001011111010101101011101010001100001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,203,234); }

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

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

 a { background-color: rgb(109,203,234); }

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

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

 span { border-color: rgb(109,203,234); }

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