#6AD6ED

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

Shades of Turquoise Blue #6AD6ED

Tints of Turquoise Blue #6AD6ED

Color information

#6AD6ED (or 0x6AD6ED) is unknown color: approx Turquoise Blue. HEX triplet: 6A, D6 and ED. RGB value is (106,214,237). Sum of RGB (Red+Green+Blue) = 106+214+237=557 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.03% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #6AD6ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD6ED is #952912. Grayscale: #B8B8B8. Windows color (decimal): -9775379 or 15586922. OLE color: 15586922.

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

Color convert

RGB106214237-
CMYK0.550.1000.07
HSL190.53º78.44%67.25%-
HSV(B)190.53º55.27%92.94%-
XYZ45.2857.2788.79-
YUV184.33157.7272.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.03%
GREEN value IS 214 (83.98% from 255) = 38.42%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=19.03%
G=38.42%
B=42.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062142370.550.1000.07190.5378.4467.25
Hex6AD6ED37A07bf4e43
Octal152326355671207277116103
Binary11010101101011011101101110111101001111011111110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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