#6AE0D8

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

Shades of Turquoise Blue #6AE0D8

Tints of Turquoise Blue #6AE0D8

Color information

#6AE0D8 (or 0x6AE0D8) is unknown color: approx Turquoise Blue. HEX triplet: 6A, E0 and D8. RGB value is (106,224,216). Sum of RGB (Red+Green+Blue) = 106+224+216=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #6AE0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE0D8 is #951F27. Grayscale: #BBBBBB. Windows color (decimal): -9772840 or 14213226. OLE color: 14213226.

HSL color Cylindrical-coordinate representation of color #6AE0D8: hue angle of 175.93º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AE0D8 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB106224216-
CMYK0.5300.040.12
HSL175.93º65.56%64.71%-
HSV(B)175.93º52.68%87.84%-
XYZ44.9961.3374.43-
YUV187.81143.9169.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.41%
GREEN value IS 224 (87.89% from 255) = 41.03%
BLUE value IS 216 (84.77% from 255) = 39.56%
R=19.41%
G=41.03%
B=39.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1062242160.5300.040.12175.9365.5664.71
Hex6AE0D83504Cb04241
Octal152340330650414260102101
Binary11010101110000011011000110101010011001011000010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AE0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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