#6AEDE1

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

Shades of Turquoise Blue #6AEDE1

Tints of Turquoise Blue #6AEDE1

Color information

#6AEDE1 (or 0x6AEDE1) is unknown color: approx Turquoise Blue. HEX triplet: 6A, ED and E1. RGB value is (106,237,225). Sum of RGB (Red+Green+Blue) = 106+237+225=568 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.66% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEDE1 is #95121E. Grayscale: #C4C4C4. Windows color (decimal): -9769503 or 14806378. OLE color: 14806378.

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

Color convert

RGB106237225-
CMYK0.5500.050.07
HSL174.5º78.44%67.25%-
HSV(B)174.5º55.27%92.94%-
XYZ49.8269.0781.94-
YUV196.46144.163.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.66%
GREEN value IS 237 (92.97% from 255) = 41.73%
BLUE value IS 225 (88.28% from 255) = 39.61%
R=18.66%
G=41.73%
B=39.61%

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
Decimal1062372250.5500.050.07174.578.4467.25
Hex6AEDE137057af4e43
Octal15235534167057257116103
Binary1101010111011011110000111011101011111010111110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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