#6BEBE9

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

Shades of Turquoise Blue #6BEBE9

Tints of Turquoise Blue #6BEBE9

Color information

#6BEBE9 (or 0x6BEBE9) is unknown color: approx Turquoise Blue. HEX triplet: 6B, EB and E9. RGB value is (107,235,233). Sum of RGB (Red+Green+Blue) = 107+235+233=575 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.61% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #6BEBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEBE9 is #941416. Grayscale: #C4C4C4. Windows color (decimal): -9704471 or 15330155. OLE color: 15330155.

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

Color convert

RGB107235233-
CMYK0.5400.010.08
HSL179.06º76.19%67.06%-
HSV(B)179.06º54.47%92.16%-
XYZ50.4868.4387.64-
YUV196.5148.5964.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.61%
GREEN value IS 235 (92.19% from 255) = 40.87%
BLUE value IS 233 (91.41% from 255) = 40.52%
R=18.61%
G=40.87%
B=40.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072352330.5400.010.08179.0676.1967.06
Hex6BEBE936018b34c43
Octal153353351660110263114103
Binary110101111101011111010011101100110001011001110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,235,233); }

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

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

 a { background-color: rgb(107,235,233); }

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

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

 span { border-color: rgb(107,235,233); }

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