Html Css Color HEX #6ADADE Turquoise Blue

📋 copy color: '#6ADADE'

red 106 ◦ green 218 ◦ blue 222

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

Shades of Turquoise Blue #6ADADE

Tints of Turquoise Blue #6ADADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.93%

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 19.41%
G = 39.93%
B = 40.66%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ADADE (or 0x6ADADE) is known color: Turquoise Blue. HEX triplet: 6A, DA and DE. RGB value is (106,218,222). Sum of RGB (Red+Green+Blue) = 106+218+222=546 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.41% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ADADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADADE is #952521. Grayscale: #B8B8B8. Windows color (decimal): -9774370 or 14604906. OLE color: 14604906.

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

Color convert

RGB 106 218 222 -
CMYK 0.52 0.02 0 0.13
HSL 182.07º 0.64% 0.64% -
HSV(B) 182.07º 0.52% 0.87% -
XYZ 44.2 58.48 78.07 -
YUV 184.97 148.89 71.67 -
System Red Green Blue C M Y K H S L
Decimal 106 218 222 0.52 0.02 0 0.13 182.07 0.64 0.64
Hex 6A DA DE 34 2 0 D B6 40 40
Octal 152 332 336 64 2 0 15 266 100 100
Binary 1101010 11011010 11011110 110100 10 0 1101 10110110 1000000 1000000

Color Harmonies of #6ADADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADADE

Black with #6ADADE

Text Example


Text Example

White with #6ADADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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