Html Css Color HEX #6EE5FB Turquoise Blue

📋 copy color: '#6EE5FB'

red 110 ◦ green 229 ◦ blue 251

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

Shades of Turquoise Blue #6EE5FB

Tints of Turquoise Blue #6EE5FB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.81%

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

R = 18.64%
G = 38.81%
B = 42.54%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6EE5FB (or 0x6EE5FB) is known color: Turquoise Blue. HEX triplet: 6E, E5 and FB. RGB value is (110,229,251). Sum of RGB (Red+Green+Blue) = 110+229+251=590 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.64% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #6EE5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE5FB is #911A04. Grayscale: #C3C3C3. Windows color (decimal): -9509381 or 16508270. OLE color: 16508270.

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

Color convert

RGB 110 229 251 -
CMYK 0.56 0.09 0 0.02
HSL 189.36º 0.95% 0.71% -
HSV(B) 189.36º 0.56% 0.98% -
XYZ 51.86 66.32 101.33 -
YUV 195.93 159.08 66.71 -
System Red Green Blue C M Y K H S L
Decimal 110 229 251 0.56 0.09 0 0.02 189.36 0.95 0.71
Hex 6E E5 FB 38 9 0 2 BD 5F 47
Octal 156 345 373 70 11 0 2 275 137 107
Binary 1101110 11100101 11111011 111000 1001 0 10 10111101 1011111 1000111

Color Harmonies of #6EE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE5FB

Black with #6EE5FB

Text Example


Text Example

White with #6EE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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