Html Css Color HEX #6AE2D9 Turquoise Blue

📋 copy color: '#6AE2D9'

red 106 ◦ green 226 ◦ blue 217

#6AE2D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6AE2D9

Tints of Turquoise Blue #6AE2D9

RGB

 RED value IS 106 (41.8% from 255) = 19.31%

 GREEN value IS 226 (88.67% from 255) = 41.17%

 BLUE value IS 217 (85.16% from 255) = 39.53%

R = 19.31%
G = 41.17%
B = 39.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#6AE2D9 (or 0x6AE2D9) is known color: Turquoise Blue. HEX triplet: 6A, E2 and D9. RGB value is (106,226,217). Sum of RGB (Red+Green+Blue) = 106+226+217=549 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.31% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #6AE2D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE2D9 is #951D26. Grayscale: #BDBDBD. Windows color (decimal): -9772327 or 14279274. OLE color: 14279274.

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

Color convert

RGB 106 226 217 -
CMYK 0.53 0 0.04 0.11
HSL 175.5º 0.67% 0.65% -
HSV(B) 175.5º 0.53% 0.89% -
XYZ 45.66 62.47 75.3 -
YUV 189.09 143.74 68.73 -
System Red Green Blue C M Y K H S L
Decimal 106 226 217 0.53 0 0.04 0.11 175.5 0.67 0.65
Hex 6A E2 D9 35 0 4 B B0 43 41
Octal 152 342 331 65 0 4 13 260 103 101
Binary 1101010 11100010 11011001 110101 0 100 1011 10110000 1000011 1000001

Color Harmonies of #6AE2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE2D9

Black with #6AE2D9

Text Example


Text Example

White with #6AE2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,226,217); }

 H1.HeaderClassName
 {
   color: #6AE2D9;
 }
 .AnyTagClassName
 {
   color: #6AE2D9;
 }
</style>

background-color css

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

 a { background-color: rgb(106,226,217); }

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

border-color css

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

 span { border-color: rgb(106,226,217); }

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