Html Css Color HEX #6ADADD Turquoise Blue

📋 copy color: '#6ADADD'

red 106 ◦ green 218 ◦ blue 221

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

Shades of Turquoise Blue #6ADADD

Tints of Turquoise Blue #6ADADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40%

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 19.45%
G = 40%
B = 40.55%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ADADD (or 0x6ADADD) is known color: Turquoise Blue. HEX triplet: 6A, DA and DD. RGB value is (106,218,221). Sum of RGB (Red+Green+Blue) = 106+218+221=545 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.45% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ADADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADADD is #952522. Grayscale: #B8B8B8. Windows color (decimal): -9774371 or 14539370. OLE color: 14539370.

HSL color Cylindrical-coordinate representation of color #6ADADD: hue angle of 181.57º 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 #6ADADD is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 218 221 -
CMYK 0.52 0.01 0 0.13
HSL 181.57º 0.63% 0.64% -
HSV(B) 181.57º 0.52% 0.87% -
XYZ 44.07 58.43 77.36 -
YUV 184.85 148.39 71.76 -
System Red Green Blue C M Y K H S L
Decimal 106 218 221 0.52 0.01 0 0.13 181.57 0.63 0.64
Hex 6A DA DD 34 1 0 D B6 3F 40
Octal 152 332 335 64 1 0 15 266 77 100
Binary 1101010 11011010 11011101 110100 1 0 1101 10110110 111111 1000000

Color Harmonies of #6ADADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADADD

Black with #6ADADD

Text Example


Text Example

White with #6ADADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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