#6AEEE3

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

Shades of Turquoise Blue #6AEEE3

Tints of Turquoise Blue #6AEEE3

Color information

#6AEEE3 (or 0x6AEEE3) is unknown color: approx Turquoise Blue. HEX triplet: 6A, EE and E3. RGB value is (106,238,227). Sum of RGB (Red+Green+Blue) = 106+238+227=571 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.56% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEE3 is #95111C. Grayscale: #C5C5C5. Windows color (decimal): -9769245 or 14937706. OLE color: 14937706.

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

Color convert

RGB106238227-
CMYK0.5500.050.07
HSL175º79.52%67.45%-
HSV(B)175º55.46%93.33%-
XYZ50.3869.7683.48-
YUV197.28144.7762.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.56%
GREEN value IS 238 (93.36% from 255) = 41.68%
BLUE value IS 227 (89.06% from 255) = 39.75%
R=18.56%
G=41.68%
B=39.75%

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
Decimal1062382270.5500.050.0717579.5267.45
Hex6AEEE337057af5043
Octal15235634367057257120103
Binary1101010111011101110001111011101011111010111110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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