Html Css Color HEX #6ADDD7 Turquoise Blue

📋 copy color: '#6ADDD7'

red 106 ◦ green 221 ◦ blue 215

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

Shades of Turquoise Blue #6ADDD7

Tints of Turquoise Blue #6ADDD7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.77%

 BLUE value IS 215 (84.38% from 255) = 39.67%

R = 19.56%
G = 40.77%
B = 39.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#6ADDD7 (or 0x6ADDD7) is known color: Turquoise Blue. HEX triplet: 6A, DD and D7. RGB value is (106,221,215). Sum of RGB (Red+Green+Blue) = 106+221+215=542 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.56% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDD7 is #952228. Grayscale: #B9B9B9. Windows color (decimal): -9773609 or 14146922. OLE color: 14146922.

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

Color convert

RGB 106 221 215 -
CMYK 0.52 0 0.03 0.13
HSL 176.87º 0.63% 0.64% -
HSV(B) 176.87º 0.52% 0.87% -
XYZ 44.07 59.68 73.49 -
YUV 185.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 106 221 215 0.52 0 0.03 0.13 176.87 0.63 0.64
Hex 6A DD D7 34 0 3 D B1 3F 40
Octal 152 335 327 64 0 3 15 261 77 100
Binary 1101010 11011101 11010111 110100 0 11 1101 10110001 111111 1000000

Color Harmonies of #6ADDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADDD7

Black with #6ADDD7

Text Example


Text Example

White with #6ADDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,221,215); }

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

background-color css

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

 a { background-color: rgb(106,221,215); }

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

border-color css

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

 span { border-color: rgb(106,221,215); }

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