#6BECE8

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

Shades of Turquoise Blue #6BECE8

Tints of Turquoise Blue #6BECE8

Color information

#6BECE8 (or 0x6BECE8) is unknown color: approx Turquoise Blue. HEX triplet: 6B, EC and E8. RGB value is (107,236,232). Sum of RGB (Red+Green+Blue) = 107+236+232=575 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.61% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BECE8 is #941317. Grayscale: #C4C4C4. Windows color (decimal): -9704216 or 15264875. OLE color: 15264875.

HSL color Cylindrical-coordinate representation of color #6BECE8: hue angle of 178.14º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECE8 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB107236232-
CMYK0.5500.020.07
HSL178.14º77.25%67.25%-
HSV(B)178.14º54.66%92.55%-
XYZ50.6268.9486.98-
YUV196.97147.7663.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.61%
GREEN value IS 236 (92.58% from 255) = 41.04%
BLUE value IS 232 (91.02% from 255) = 40.35%
R=18.61%
G=41.04%
B=40.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072362320.5500.020.07178.1477.2567.25
Hex6BECE837027b24d43
Octal15335435067027262115103
Binary110101111101100111010001101110101111011001010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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