Html Css Color HEX #6ADAD4 Turquoise Blue

📋 copy color: '#6ADAD4'

red 106 ◦ green 218 ◦ blue 212

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

Shades of Turquoise Blue #6ADAD4

Tints of Turquoise Blue #6ADAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.55%

R = 19.78%
G = 40.67%
B = 39.55%

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

#6ADAD4 (or 0x6ADAD4) is known color: Turquoise Blue. HEX triplet: 6A, DA and D4. RGB value is (106,218,212). Sum of RGB (Red+Green+Blue) = 106+218+212=536 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.78% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADAD4 is #95252B. Grayscale: #B7B7B7. Windows color (decimal): -9774380 or 13949546. OLE color: 13949546.

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

Color convert

RGB 106 218 212 -
CMYK 0.51 0 0.03 0.15
HSL 176.79º 0.6% 0.64% -
HSV(B) 176.79º 0.51% 0.85% -
XYZ 42.9 57.96 71.21 -
YUV 183.83 143.89 72.49 -
System Red Green Blue C M Y K H S L
Decimal 106 218 212 0.51 0 0.03 0.15 176.79 0.6 0.64
Hex 6A DA D4 33 0 3 F B1 3C 40
Octal 152 332 324 63 0 3 17 261 74 100
Binary 1101010 11011010 11010100 110011 0 11 1111 10110001 111100 1000000

Color Harmonies of #6ADAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAD4

Black with #6ADAD4

Text Example


Text Example

White with #6ADAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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