Html Css Color HEX #6AE4DB Turquoise Blue

📋 copy color: '#6AE4DB'

red 106 ◦ green 228 ◦ blue 219

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

Shades of Turquoise Blue #6AE4DB

Tints of Turquoise Blue #6AE4DB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.23%

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 19.17%
G = 41.23%
B = 39.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#6AE4DB (or 0x6AE4DB) is known color: Turquoise Blue. HEX triplet: 6A, E4 and DB. RGB value is (106,228,219). Sum of RGB (Red+Green+Blue) = 106+228+219=553 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.17% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 228 - color contains mainly: green. Hex color #6AE4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AE4DB is #951B24. Grayscale: #BEBEBE. Windows color (decimal): -9771813 or 14410858. OLE color: 14410858.

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

Color convert

RGB 106 228 219 -
CMYK 0.54 0 0.04 0.11
HSL 175.57º 0.69% 0.65% -
HSV(B) 175.57º 0.54% 0.89% -
XYZ 46.47 63.67 76.86 -
YUV 190.5 144.08 67.73 -
System Red Green Blue C M Y K H S L
Decimal 106 228 219 0.54 0 0.04 0.11 175.57 0.69 0.65
Hex 6A E4 DB 36 0 4 B B0 45 41
Octal 152 344 333 66 0 4 13 260 105 101
Binary 1101010 11100100 11011011 110110 0 100 1011 10110000 1000101 1000001

Color Harmonies of #6AE4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AE4DB

Black with #6AE4DB

Text Example


Text Example

White with #6AE4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,228,219); }

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

background-color css

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

 a { background-color: rgb(106,228,219); }

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

border-color css

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

 span { border-color: rgb(106,228,219); }

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