#6BE2EA

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

Shades of Turquoise Blue #6BE2EA

Tints of Turquoise Blue #6BE2EA

Color information

#6BE2EA (or 0x6BE2EA) is unknown color: approx Turquoise Blue. HEX triplet: 6B, E2 and EA. RGB value is (107,226,234). Sum of RGB (Red+Green+Blue) = 107+226+234=567 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.87% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BE2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BE2EA is #941D15. Grayscale: #BFBFBF. Windows color (decimal): -9706774 or 15393387. OLE color: 15393387.

HSL color Cylindrical-coordinate representation of color #6BE2EA: hue angle of 183.78º degrees, saturation: 0.75, 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 #6BE2EA is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107226234-
CMYK0.540.0300.08
HSL183.78º75.15%66.86%-
HSV(B)183.78º54.27%91.76%-
XYZ48.1163.4687.56-
YUV191.33152.0867.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.87%
GREEN value IS 226 (88.67% from 255) = 39.86%
BLUE value IS 234 (91.80% from 255) = 41.27%
R=18.87%
G=39.86%
B=41.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1072262340.540.0300.08183.7875.1566.86
Hex6BE2EA36308b84b43
Octal153342352663010270113103
Binary1101011111000101110101011011011010001011100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,226,234); }

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

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

 a { background-color: rgb(107,226,234); }

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

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

 span { border-color: rgb(107,226,234); }

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