Html Css Color HEX #6ADED5 Turquoise Blue

📋 copy color: '#6ADED5'

red 106 ◦ green 222 ◦ blue 213

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

Shades of Turquoise Blue #6ADED5

Tints of Turquoise Blue #6ADED5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.04%

 BLUE value IS 213 (83.59% from 255) = 39.37%

R = 19.59%
G = 41.04%
B = 39.37%

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

#6ADED5 (or 0x6ADED5) is known color: Turquoise Blue. HEX triplet: 6A, DE and D5. RGB value is (106,222,213). Sum of RGB (Red+Green+Blue) = 106+222+213=541 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.59% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADED5 is #95212A. Grayscale: #BABABA. Windows color (decimal): -9773355 or 14016106. OLE color: 14016106.

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

Color convert

RGB 106 222 213 -
CMYK 0.52 0 0.04 0.13
HSL 175.34º 0.64% 0.64% -
HSV(B) 175.34º 0.52% 0.87% -
XYZ 44.08 60.11 72.23 -
YUV 186.29 143.07 70.73 -
System Red Green Blue C M Y K H S L
Decimal 106 222 213 0.52 0 0.04 0.13 175.34 0.64 0.64
Hex 6A DE D5 34 0 4 D AF 40 40
Octal 152 336 325 64 0 4 15 257 100 100
Binary 1101010 11011110 11010101 110100 0 100 1101 10101111 1000000 1000000

Color Harmonies of #6ADED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADED5

Black with #6ADED5

Text Example


Text Example

White with #6ADED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,222,213); }

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

background-color css

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

 a { background-color: rgb(106,222,213); }

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

border-color css

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

 span { border-color: rgb(106,222,213); }

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