Html Css Color HEX #6ADCE7 Turquoise Blue

📋 copy color: '#6ADCE7'

red 106 ◦ green 220 ◦ blue 231

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

Shades of Turquoise Blue #6ADCE7

Tints of Turquoise Blue #6ADCE7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.5%

 BLUE value IS 231 (90.63% from 255) = 41.47%

R = 19.03%
G = 39.5%
B = 41.47%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6ADCE7 (or 0x6ADCE7) is known color: Turquoise Blue. HEX triplet: 6A, DC and E7. RGB value is (106,220,231). Sum of RGB (Red+Green+Blue) = 106+220+231=557 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.03% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #6ADCE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADCE7 is #952318. Grayscale: #BBBBBB. Windows color (decimal): -9773849 or 15195242. OLE color: 15195242.

HSL color Cylindrical-coordinate representation of color #6ADCE7: hue angle of 185.28º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ADCE7 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 220 231 -
CMYK 0.54 0.05 0 0.09
HSL 185.28º 0.72% 0.66% -
HSV(B) 185.28º 0.54% 0.91% -
XYZ 45.96 60.02 84.76 -
YUV 187.17 152.73 70.11 -
System Red Green Blue C M Y K H S L
Decimal 106 220 231 0.54 0.05 0 0.09 185.28 0.72 0.66
Hex 6A DC E7 36 5 0 9 B9 48 42
Octal 152 334 347 66 5 0 11 271 110 102
Binary 1101010 11011100 11100111 110110 101 0 1001 10111001 1001000 1000010

Color Harmonies of #6ADCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCE7

Black with #6ADCE7

Text Example


Text Example

White with #6ADCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,231); }

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

background-color css

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

 a { background-color: rgb(106,220,231); }

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

border-color css

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

 span { border-color: rgb(106,220,231); }

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