Html Css Color HEX #6ADAD3 Turquoise Blue

📋 copy color: '#6ADAD3'

red 106 ◦ green 218 ◦ blue 211

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

Shades of Turquoise Blue #6ADAD3

Tints of Turquoise Blue #6ADAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.44%

R = 19.81%
G = 40.75%
B = 39.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#6ADAD3 (or 0x6ADAD3) is known color: Turquoise Blue. HEX triplet: 6A, DA and D3. RGB value is (106,218,211). Sum of RGB (Red+Green+Blue) = 106+218+211=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADAD3 is #95252C. Grayscale: #B7B7B7. Windows color (decimal): -9774381 or 13884010. OLE color: 13884010.

HSL color Cylindrical-coordinate representation of color #6ADAD3: hue angle of 176.25º 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 #6ADAD3 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 218 211 -
CMYK 0.51 0 0.03 0.15
HSL 176.25º 0.6% 0.64% -
HSV(B) 176.25º 0.51% 0.85% -
XYZ 42.77 57.91 70.55 -
YUV 183.71 143.39 72.57 -
System Red Green Blue C M Y K H S L
Decimal 106 218 211 0.51 0 0.03 0.15 176.25 0.6 0.64
Hex 6A DA D3 33 0 3 F B0 3C 40
Octal 152 332 323 63 0 3 17 260 74 100
Binary 1101010 11011010 11010011 110011 0 11 1111 10110000 111100 1000000

Color Harmonies of #6ADAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAD3

Black with #6ADAD3

Text Example


Text Example

White with #6ADAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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