Html Css Color HEX #6ED8FB Turquoise Blue

📋 copy color: '#6ED8FB'

red 110 ◦ green 216 ◦ blue 251

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

Shades of Turquoise Blue #6ED8FB

Tints of Turquoise Blue #6ED8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.5%

R = 19.06%
G = 37.44%
B = 43.5%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6ED8FB (or 0x6ED8FB) is known color: Turquoise Blue. HEX triplet: 6E, D8 and FB. RGB value is (110,216,251). Sum of RGB (Red+Green+Blue) = 110+216+251=577 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.06% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #6ED8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED8FB is #912704. Grayscale: #BCBCBC. Windows color (decimal): -9512709 or 16504942. OLE color: 16504942.

HSL color Cylindrical-coordinate representation of color #6ED8FB: hue angle of 194.89º degrees, saturation: 0.95, 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 #6ED8FB is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 216 251 -
CMYK 0.56 0.14 0 0.02
HSL 194.89º 0.95% 0.71% -
HSV(B) 194.89º 0.56% 0.98% -
XYZ 48.4 59.39 100.18 -
YUV 188.3 163.38 72.15 -
System Red Green Blue C M Y K H S L
Decimal 110 216 251 0.56 0.14 0 0.02 194.89 0.95 0.71
Hex 6E D8 FB 38 E 0 2 C3 5F 47
Octal 156 330 373 70 16 0 2 303 137 107
Binary 1101110 11011000 11111011 111000 1110 0 10 11000011 1011111 1000111

Color Harmonies of #6ED8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ED8FB

Black with #6ED8FB

Text Example


Text Example

White with #6ED8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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