#6AEEE0

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

Shades of Turquoise Blue #6AEEE0

Tints of Turquoise Blue #6AEEE0

Color information

#6AEEE0 (or 0x6AEEE0) is unknown color: approx Turquoise Blue. HEX triplet: 6A, EE and E0. RGB value is (106,238,224). Sum of RGB (Red+Green+Blue) = 106+238+224=568 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.66% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #6AEEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEEE0 is #95111F. Grayscale: #C4C4C4. Windows color (decimal): -9769248 or 14741098. OLE color: 14741098.

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

Color convert

RGB106238224-
CMYK0.5500.060.07
HSL173.64º79.52%67.45%-
HSV(B)173.64º55.46%93.33%-
XYZ49.9769.681.32-
YUV196.94143.2763.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.66%
GREEN value IS 238 (93.36% from 255) = 41.90%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=18.66%
G=41.90%
B=39.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062382240.5500.060.07173.6479.5267.45
Hex6AEEE037067ae5043
Octal15235634067067256120103
Binary1101010111011101110000011011101101111010111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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