#6BEEE3

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

Shades of Turquoise Blue #6BEEE3

Tints of Turquoise Blue #6BEEE3

Color information

#6BEEE3 (or 0x6BEEE3) is unknown color: approx Turquoise Blue. HEX triplet: 6B, EE and E3. RGB value is (107,238,227). Sum of RGB (Red+Green+Blue) = 107+238+227=572 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.71% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEEE3 is #94111C. Grayscale: #C5C5C5. Windows color (decimal): -9703709 or 14937707. OLE color: 14937707.

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

Color convert

RGB107238227-
CMYK0.5500.050.07
HSL174.96º79.39%67.65%-
HSV(B)174.96º55.04%93.33%-
XYZ50.569.8283.49-
YUV197.58144.663.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.71%
GREEN value IS 238 (93.36% from 255) = 41.61%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=18.71%
G=41.61%
B=39.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1072382270.5500.050.07174.9679.3967.65
Hex6BEEE337057af4f44
Octal15335634367057257117104
Binary1101011111011101110001111011101011111010111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,238,227); }

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

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

 a { background-color: rgb(107,238,227); }

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

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

 span { border-color: rgb(107,238,227); }

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