Html Css Color HEX #6ADDD9 Turquoise Blue

📋 copy color: '#6ADDD9'

red 106 ◦ green 221 ◦ blue 217

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

Shades of Turquoise Blue #6ADDD9

Tints of Turquoise Blue #6ADDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.63%

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

R = 19.49%
G = 40.63%
B = 39.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#6ADDD9 (or 0x6ADDD9) is known color: Turquoise Blue. HEX triplet: 6A, DD and D9. RGB value is (106,221,217). Sum of RGB (Red+Green+Blue) = 106+221+217=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDD9 is #952226. Grayscale: #BABABA. Windows color (decimal): -9773607 or 14277994. OLE color: 14277994.

HSL color Cylindrical-coordinate representation of color #6ADDD9: hue angle of 177.91º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADDD9 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 221 217 -
CMYK 0.52 0 0.02 0.13
HSL 177.91º 0.63% 0.64% -
HSV(B) 177.91º 0.52% 0.87% -
XYZ 44.32 59.79 74.85 -
YUV 186.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 106 221 217 0.52 0 0.02 0.13 177.91 0.63 0.64
Hex 6A DD D9 34 0 2 D B2 3F 40
Octal 152 335 331 64 0 2 15 262 77 100
Binary 1101010 11011101 11011001 110100 0 10 1101 10110010 111111 1000000

Color Harmonies of #6ADDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADDD9

Black with #6ADDD9

Text Example


Text Example

White with #6ADDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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