Html Css Color HEX #6ADED8 Turquoise Blue

📋 copy color: '#6ADED8'

red 106 ◦ green 222 ◦ blue 216

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

Shades of Turquoise Blue #6ADED8

Tints of Turquoise Blue #6ADED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.71%

R = 19.49%
G = 40.81%
B = 39.71%

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

#6ADED8 (or 0x6ADED8) is known color: Turquoise Blue. HEX triplet: 6A, DE and D8. RGB value is (106,222,216). Sum of RGB (Red+Green+Blue) = 106+222+216=544 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.49% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADED8 is #952127. Grayscale: #BABABA. Windows color (decimal): -9773352 or 14212714. OLE color: 14212714.

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

Color convert

RGB 106 222 216 -
CMYK 0.52 0 0.03 0.13
HSL 176.9º 0.64% 0.64% -
HSV(B) 176.9º 0.52% 0.87% -
XYZ 44.46 60.26 74.25 -
YUV 186.63 144.57 70.49 -
System Red Green Blue C M Y K H S L
Decimal 106 222 216 0.52 0 0.03 0.13 176.9 0.64 0.64
Hex 6A DE D8 34 0 3 D B1 40 40
Octal 152 336 330 64 0 3 15 261 100 100
Binary 1101010 11011110 11011000 110100 0 11 1101 10110001 1000000 1000000

Color Harmonies of #6ADED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADED8

Black with #6ADED8

Text Example


Text Example

White with #6ADED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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