Html Css Color HEX #6ADCDA Turquoise Blue

📋 copy color: '#6ADCDA'

red 106 ◦ green 220 ◦ blue 218

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

Shades of Turquoise Blue #6ADCDA

Tints of Turquoise Blue #6ADCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 19.49%
G = 40.44%
B = 40.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#6ADCDA (or 0x6ADCDA) is known color: Turquoise Blue. HEX triplet: 6A, DC and DA. RGB value is (106,220,218). Sum of RGB (Red+Green+Blue) = 106+220+218=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADCDA is #952325. Grayscale: #B9B9B9. Windows color (decimal): -9773862 or 14343274. OLE color: 14343274.

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

Color convert

RGB 106 220 218 -
CMYK 0.52 0 0.01 0.14
HSL 178.95º 0.62% 0.64% -
HSV(B) 178.95º 0.52% 0.86% -
XYZ 44.19 59.31 75.45 -
YUV 185.69 146.23 71.16 -
System Red Green Blue C M Y K H S L
Decimal 106 220 218 0.52 0 0.01 0.14 178.95 0.62 0.64
Hex 6A DC DA 34 0 1 E B3 3E 40
Octal 152 334 332 64 0 1 16 263 76 100
Binary 1101010 11011100 11011010 110100 0 1 1110 10110011 111110 1000000

Color Harmonies of #6ADCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCDA

Black with #6ADCDA

Text Example


Text Example

White with #6ADCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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