Html Css Color HEX #6AD9DB Turquoise Blue

📋 copy color: '#6AD9DB'

red 106 ◦ green 217 ◦ blue 219

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

Shades of Turquoise Blue #6AD9DB

Tints of Turquoise Blue #6AD9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.04%

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

R = 19.56%
G = 40.04%
B = 40.41%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6AD9DB (or 0x6AD9DB) is known color: Turquoise Blue. HEX triplet: 6A, D9 and DB. RGB value is (106,217,219). Sum of RGB (Red+Green+Blue) = 106+217+219=542 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.56% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #6AD9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD9DB is #952624. Grayscale: #B7B7B7. Windows color (decimal): -9774629 or 14408042. OLE color: 14408042.

HSL color Cylindrical-coordinate representation of color #6AD9DB: hue angle of 181.06º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AD9DB is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 217 219 -
CMYK 0.52 0.01 0 0.14
HSL 181.06º 0.61% 0.64% -
HSV(B) 181.06º 0.52% 0.86% -
XYZ 43.54 57.8 75.88 -
YUV 184.04 147.73 72.34 -
System Red Green Blue C M Y K H S L
Decimal 106 217 219 0.52 0.01 0 0.14 181.06 0.61 0.64
Hex 6A D9 DB 34 1 0 E B5 3D 40
Octal 152 331 333 64 1 0 16 265 75 100
Binary 1101010 11011001 11011011 110100 1 0 1110 10110101 111101 1000000

Color Harmonies of #6AD9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD9DB

Black with #6AD9DB

Text Example


Text Example

White with #6AD9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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