Html Css Color HEX #6ED8F6 Turquoise Blue

📋 copy color: '#6ED8F6'

red 110 ◦ green 216 ◦ blue 246

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

Shades of Turquoise Blue #6ED8F6

Tints of Turquoise Blue #6ED8F6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.76%

 BLUE value IS 246 (96.48% from 255) = 43.01%

R = 19.23%
G = 37.76%
B = 43.01%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6ED8F6 (or 0x6ED8F6) is known color: Turquoise Blue. HEX triplet: 6E, D8 and F6. RGB value is (110,216,246). Sum of RGB (Red+Green+Blue) = 110+216+246=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #6ED8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED8F6 is #912709. Grayscale: #BBBBBB. Windows color (decimal): -9512714 or 16177262. OLE color: 16177262.

HSL color Cylindrical-coordinate representation of color #6ED8F6: hue angle of 193.24º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ED8F6 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 110 216 246 -
CMYK 0.55 0.12 0 0.04
HSL 193.24º 0.88% 0.7% -
HSV(B) 193.24º 0.55% 0.96% -
XYZ 47.62 59.08 96.08 -
YUV 187.73 160.88 72.56 -
System Red Green Blue C M Y K H S L
Decimal 110 216 246 0.55 0.12 0 0.04 193.24 0.88 0.7
Hex 6E D8 F6 37 C 0 4 C1 58 46
Octal 156 330 366 67 14 0 4 301 130 106
Binary 1101110 11011000 11110110 110111 1100 0 100 11000001 1011000 1000110

Color Harmonies of #6ED8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED8F6

Black with #6ED8F6

Text Example


Text Example

White with #6ED8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,216,246); }

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

background-color css

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

 a { background-color: rgb(110,216,246); }

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

border-color css

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

 span { border-color: rgb(110,216,246); }

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