Html Css Color HEX #6ADAD5 Turquoise Blue

📋 copy color: '#6ADAD5'

red 106 ◦ green 218 ◦ blue 213

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

Shades of Turquoise Blue #6ADAD5

Tints of Turquoise Blue #6ADAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 19.74%
G = 40.6%
B = 39.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#6ADAD5 (or 0x6ADAD5) is known color: Turquoise Blue. HEX triplet: 6A, DA and D5. RGB value is (106,218,213). Sum of RGB (Red+Green+Blue) = 106+218+213=537 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.74% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADAD5 is #95252A. Grayscale: #B7B7B7. Windows color (decimal): -9774379 or 14015082. OLE color: 14015082.

HSL color Cylindrical-coordinate representation of color #6ADAD5: hue angle of 177.32º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADAD5 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 218 213 -
CMYK 0.51 0 0.02 0.15
HSL 177.32º 0.6% 0.64% -
HSV(B) 177.32º 0.51% 0.85% -
XYZ 43.03 58.01 71.88 -
YUV 183.94 144.39 72.41 -
System Red Green Blue C M Y K H S L
Decimal 106 218 213 0.51 0 0.02 0.15 177.32 0.6 0.64
Hex 6A DA D5 33 0 2 F B1 3C 40
Octal 152 332 325 63 0 2 17 261 74 100
Binary 1101010 11011010 11010101 110011 0 10 1111 10110001 111100 1000000

Color Harmonies of #6ADAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAD5

Black with #6ADAD5

Text Example


Text Example

White with #6ADAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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