#6BE8E4

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

Shades of Turquoise Blue #6BE8E4

Tints of Turquoise Blue #6BE8E4

Color information

#6BE8E4 (or 0x6BE8E4) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E8 and E4. RGB value is (107,232,228). Sum of RGB (Red+Green+Blue) = 107+232+228=567 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.87% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #6BE8E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BE8E4 is #94171B. Grayscale: #C2C2C2. Windows color (decimal): -9705244 or 15001707. OLE color: 15001707.

HSL color Cylindrical-coordinate representation of color #6BE8E4: hue angle of 178.08º 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 #6BE8E4 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB107232228-
CMYK0.5400.020.09
HSL178.08º73.1%66.47%-
HSV(B)178.08º53.88%90.98%-
XYZ48.9266.4483.64-
YUV194.17147.0965.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.87%
GREEN value IS 232 (91.02% from 255) = 40.92%
BLUE value IS 228 (89.45% from 255) = 40.21%
R=18.87%
G=40.92%
B=40.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1072322280.5400.020.09178.0873.166.47
Hex6BE8E436029b24942
Octal153350344660211262111102
Binary1101011111010001110010011011001010011011001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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