#6AEDE6

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

Shades of Turquoise Blue #6AEDE6

Tints of Turquoise Blue #6AEDE6

Color information

#6AEDE6 (or 0x6AEDE6) is unknown color: approx Turquoise Blue. HEX triplet: 6A, ED and E6. RGB value is (106,237,230). Sum of RGB (Red+Green+Blue) = 106+237+230=573 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.50% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6AEDE6 is #951219. Grayscale: #C4C4C4. Windows color (decimal): -9769498 or 15134058. OLE color: 15134058.

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

Color convert

RGB106237230-
CMYK0.5500.030.07
HSL176.79º78.44%67.25%-
HSV(B)176.79º55.27%92.94%-
XYZ50.5169.3585.59-
YUV197.03146.663.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.50%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 230 (90.23% from 255) = 40.14%
R=18.50%
G=41.36%
B=40.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062372300.5500.030.07176.7978.4467.25
Hex6AEDE637037b14e43
Octal15235534667037261116103
Binary110101011101101111001101101110111111011000110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,237,230); }

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

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

 a { background-color: rgb(106,237,230); }

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

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

 span { border-color: rgb(106,237,230); }

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