#6AEFE5

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

Shades of Turquoise Blue #6AEFE5

Tints of Turquoise Blue #6AEFE5

Color information

#6AEFE5 (or 0x6AEFE5) is unknown color: approx Turquoise Blue. HEX triplet: 6A, EF and E5. RGB value is (106,239,229). Sum of RGB (Red+Green+Blue) = 106+239+229=574 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.47% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AEFE5 is #95101A. Grayscale: #C6C6C6. Windows color (decimal): -9768987 or 15069034. OLE color: 15069034.

HSL color Cylindrical-coordinate representation of color #6AEFE5: hue angle of 175.49º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AEFE5 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB106239229-
CMYK0.5600.040.06
HSL175.49º80.61%67.65%-
HSV(B)175.49º55.65%93.73%-
XYZ50.9570.4585.04-
YUV198.09145.4462.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.47%
GREEN value IS 239 (93.75% from 255) = 41.64%
BLUE value IS 229 (89.84% from 255) = 39.90%
R=18.47%
G=41.64%
B=39.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1062392290.5600.040.06175.4980.6167.65
Hex6AEFE538046af5144
Octal15235734570046257121104
Binary1101010111011111110010111100001001101010111110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,239,229); }

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

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

 a { background-color: rgb(106,239,229); }

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

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

 span { border-color: rgb(106,239,229); }

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