#6AE1EE

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

Shades of Turquoise Blue #6AE1EE

Tints of Turquoise Blue #6AE1EE

Color information

#6AE1EE (or 0x6AE1EE) is unknown color: approx Turquoise Blue. HEX triplet: 6A, E1 and EE. RGB value is (106,225,238). Sum of RGB (Red+Green+Blue) = 106+225+238=569 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.63% from 569); Green value is 225 (88.28% from 255 or 39.54% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AE1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AE1EE is #951E11. Grayscale: #BEBEBE. Windows color (decimal): -9772562 or 15655274. OLE color: 15655274.

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

Color convert

RGB106225238-
CMYK0.550.0500.07
HSL185.91º79.52%67.45%-
HSV(B)185.91º55.46%93.33%-
XYZ48.363.0990.52-
YUV190.9154.5867.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.63%
GREEN value IS 225 (88.28% from 255) = 39.54%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=18.63%
G=39.54%
B=41.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062252380.550.0500.07185.9179.5267.45
Hex6AE1EE37507ba5043
Octal15234135667507272120103
Binary1101010111000011110111011011110101111011101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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