#6BEEE2

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

Shades of Turquoise Blue #6BEEE2

Tints of Turquoise Blue #6BEEE2

Color information

#6BEEE2 (or 0x6BEEE2) is unknown color: approx Turquoise Blue. HEX triplet: 6B, EE and E2. RGB value is (107,238,226). Sum of RGB (Red+Green+Blue) = 107+238+226=571 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.74% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #6BEEE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEEE2 is #94111D. Grayscale: #C5C5C5. Windows color (decimal): -9703710 or 14872171. OLE color: 14872171.

HSL color Cylindrical-coordinate representation of color #6BEEE2: hue angle of 174.5º 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 #6BEEE2 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB107238226-
CMYK0.5500.050.07
HSL174.5º79.39%67.65%-
HSV(B)174.5º55.04%93.33%-
XYZ50.3769.7782.76-
YUV197.46144.163.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 18.74%
GREEN value IS 238 (93.36% from 255) = 41.68%
BLUE value IS 226 (88.67% from 255) = 39.58%
R=18.74%
G=41.68%
B=39.58%

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
Decimal1072382260.5500.050.07174.579.3967.65
Hex6BEEE237057af4f44
Octal15335634267057257117104
Binary1101011111011101110001011011101011111010111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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