Html Css Color HEX #6EDBFA Turquoise Blue

📋 copy color: '#6EDBFA'

red 110 ◦ green 219 ◦ blue 250

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

Shades of Turquoise Blue #6EDBFA

Tints of Turquoise Blue #6EDBFA

RGB

 RED value IS 110 (43.36% from 255) = 19%

 GREEN value IS 219 (85.94% from 255) = 37.82%

 BLUE value IS 250 (98.05% from 255) = 43.18%

R = 19%
G = 37.82%
B = 43.18%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6EDBFA (or 0x6EDBFA) is known color: Turquoise Blue. HEX triplet: 6E, DB and FA. RGB value is (110,219,250). Sum of RGB (Red+Green+Blue) = 110+219+250=579 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.00% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EDBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDBFA is #912405. Grayscale: #BDBDBD. Windows color (decimal): -9511942 or 16440174. OLE color: 16440174.

HSL color Cylindrical-coordinate representation of color #6EDBFA: hue angle of 193.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EDBFA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 219 250 -
CMYK 0.56 0.12 0 0.02
HSL 193.29º 0.93% 0.71% -
HSV(B) 193.29º 0.56% 0.98% -
XYZ 49.02 60.88 99.61 -
YUV 189.94 161.89 70.98 -
System Red Green Blue C M Y K H S L
Decimal 110 219 250 0.56 0.12 0 0.02 193.29 0.93 0.71
Hex 6E DB FA 38 C 0 2 C1 5D 47
Octal 156 333 372 70 14 0 2 301 135 107
Binary 1101110 11011011 11111010 111000 1100 0 10 11000001 1011101 1000111

Color Harmonies of #6EDBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EDBFA

Black with #6EDBFA

Text Example


Text Example

White with #6EDBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,219,250); }

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

background-color css

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

 a { background-color: rgb(110,219,250); }

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

border-color css

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

 span { border-color: rgb(110,219,250); }

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