Html Css Color HEX #6ADAFE Turquoise Blue

📋 copy color: '#6ADAFE'

red 106 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #6ADAFE

Tints of Turquoise Blue #6ADAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 18.34%
G = 37.72%
B = 43.94%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6ADAFE (or 0x6ADAFE) is known color: Turquoise Blue. HEX triplet: 6A, DA and FE. RGB value is (106,218,254). Sum of RGB (Red+Green+Blue) = 106+218+254=578 (76% of max value = 765). Red value is 106 (41.80% from 255 or 18.34% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ADAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADAFE is #952501. Grayscale: #BCBCBC. Windows color (decimal): -9774338 or 16702058. OLE color: 16702058.

HSL color Cylindrical-coordinate representation of color #6ADAFE: hue angle of 194.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ADAFE is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 218 254 -
CMYK 0.58 0.14 0 0.00
HSL 194.59º 0.99% 0.71% -
HSV(B) 194.59º 0.58% 1% -
XYZ 48.9 60.36 102.84 -
YUV 188.62 164.89 69.07 -
System Red Green Blue C M Y K H S L
Decimal 106 218 254 0.58 0.14 0 0.00 194.59 0.99 0.71
Hex 6A DA FE 3A E 0 0 C3 63 47
Octal 152 332 376 72 16 0 0 303 143 107
Binary 1101010 11011010 11111110 111010 1110 0 0 11000011 1100011 1000111

Color Harmonies of #6ADAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAFE

Black with #6ADAFE

Text Example


Text Example

White with #6ADAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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