#6BCBE8

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

Shades of Turquoise Blue #6BCBE8

Tints of Turquoise Blue #6BCBE8

Color information

#6BCBE8 (or 0x6BCBE8) is unknown color: approx Turquoise Blue. HEX triplet: 6B, CB and E8. RGB value is (107,203,232). Sum of RGB (Red+Green+Blue) = 107+203+232=542 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.74% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #6BCBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BCBE8 is #943417. Grayscale: #B1B1B1. Windows color (decimal): -9712664 or 15256427. OLE color: 15256427.

HSL color Cylindrical-coordinate representation of color #6BCBE8: hue angle of 193.92º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BCBE8 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB107203232-
CMYK0.540.1200.09
HSL193.92º73.1%66.47%-
HSV(B)193.92º53.88%90.98%-
XYZ41.9851.6684.1-
YUV177.6158.777.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 19.74%
GREEN value IS 203 (79.69% from 255) = 37.45%
BLUE value IS 232 (91.02% from 255) = 42.80%
R=19.74%
G=37.45%
B=42.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1072032320.540.1200.09193.9273.166.47
Hex6BCBE836C09c24942
Octal1533133506614011302111102
Binary110101111001011111010001101101100010011100001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,203,232); }

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

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

 a { background-color: rgb(107,203,232); }

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

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

 span { border-color: rgb(107,203,232); }

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