Html Css Color HEX #6ADDD4 Turquoise Blue

📋 copy color: '#6ADDD4'

red 106 ◦ green 221 ◦ blue 212

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

Shades of Turquoise Blue #6ADDD4

Tints of Turquoise Blue #6ADDD4

RGB

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

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

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

R = 19.67%
G = 41%
B = 39.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#6ADDD4 (or 0x6ADDD4) is known color: Turquoise Blue. HEX triplet: 6A, DD and D4. RGB value is (106,221,212). Sum of RGB (Red+Green+Blue) = 106+221+212=539 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.67% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADDD4 is #95222B. Grayscale: #B9B9B9. Windows color (decimal): -9773612 or 13950314. OLE color: 13950314.

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

Color convert

RGB 106 221 212 -
CMYK 0.52 0 0.04 0.13
HSL 175.3º 0.63% 0.64% -
HSV(B) 175.3º 0.52% 0.87% -
XYZ 43.68 59.53 71.48 -
YUV 185.59 142.9 71.23 -
System Red Green Blue C M Y K H S L
Decimal 106 221 212 0.52 0 0.04 0.13 175.3 0.63 0.64
Hex 6A DD D4 34 0 4 D AF 3F 40
Octal 152 335 324 64 0 4 15 257 77 100
Binary 1101010 11011101 11010100 110100 0 100 1101 10101111 111111 1000000

Color Harmonies of #6ADDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADDD4

Black with #6ADDD4

Text Example


Text Example

White with #6ADDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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