Html Css Color HEX #6EE1FA Turquoise Blue

📋 copy color: '#6EE1FA'

red 110 ◦ green 225 ◦ blue 250

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

Shades of Turquoise Blue #6EE1FA

Tints of Turquoise Blue #6EE1FA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.46%

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

R = 18.8%
G = 38.46%
B = 42.74%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6EE1FA (or 0x6EE1FA) is known color: Turquoise Blue. HEX triplet: 6E, E1 and FA. RGB value is (110,225,250). Sum of RGB (Red+Green+Blue) = 110+225+250=585 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.80% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EE1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE1FA is #911E05. Grayscale: #C1C1C1. Windows color (decimal): -9510406 or 16441710. OLE color: 16441710.

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

Color convert

RGB 110 225 250 -
CMYK 0.56 0.10 0 0.02
HSL 190.71º 0.93% 0.71% -
HSV(B) 190.71º 0.56% 0.98% -
XYZ 50.61 64.07 100.14 -
YUV 193.47 159.9 68.47 -
System Red Green Blue C M Y K H S L
Decimal 110 225 250 0.56 0.10 0 0.02 190.71 0.93 0.71
Hex 6E E1 FA 38 A 0 2 BF 5D 47
Octal 156 341 372 70 12 0 2 277 135 107
Binary 1101110 11100001 11111010 111000 1010 0 10 10111111 1011101 1000111

Color Harmonies of #6EE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE1FA

Black with #6EE1FA

Text Example


Text Example

White with #6EE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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