Html Css Color HEX #6ADCD6 Turquoise Blue

📋 copy color: '#6ADCD6'

red 106 ◦ green 220 ◦ blue 214

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

Shades of Turquoise Blue #6ADCD6

Tints of Turquoise Blue #6ADCD6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 214 (83.98% from 255) = 39.63%

R = 19.63%
G = 40.74%
B = 39.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#6ADCD6 (or 0x6ADCD6) is known color: Turquoise Blue. HEX triplet: 6A, DC and D6. RGB value is (106,220,214). Sum of RGB (Red+Green+Blue) = 106+220+214=540 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.63% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADCD6 is #952329. Grayscale: #B9B9B9. Windows color (decimal): -9773866 or 14081130. OLE color: 14081130.

HSL color Cylindrical-coordinate representation of color #6ADCD6: hue angle of 176.84º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADCD6 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 214 -
CMYK 0.52 0 0.03 0.14
HSL 176.84º 0.62% 0.64% -
HSV(B) 176.84º 0.52% 0.86% -
XYZ 43.67 59.11 72.72 -
YUV 185.23 144.23 71.49 -
System Red Green Blue C M Y K H S L
Decimal 106 220 214 0.52 0 0.03 0.14 176.84 0.62 0.64
Hex 6A DC D6 34 0 3 E B1 3E 40
Octal 152 334 326 64 0 3 16 261 76 100
Binary 1101010 11011100 11010110 110100 0 11 1110 10110001 111110 1000000

Color Harmonies of #6ADCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCD6

Black with #6ADCD6

Text Example


Text Example

White with #6ADCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,214); }

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

background-color css

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

 a { background-color: rgb(106,220,214); }

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

border-color css

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

 span { border-color: rgb(106,220,214); }

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