Html Css Color HEX #6EE7FA Turquoise Blue

📋 copy color: '#6EE7FA'

red 110 ◦ green 231 ◦ blue 250

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

Shades of Turquoise Blue #6EE7FA

Tints of Turquoise Blue #6EE7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.09%

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

R = 18.61%
G = 39.09%
B = 42.3%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6EE7FA (or 0x6EE7FA) is known color: Turquoise Blue. HEX triplet: 6E, E7 and FA. RGB value is (110,231,250). Sum of RGB (Red+Green+Blue) = 110+231+250=591 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.61% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #6EE7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EE7FA is #911805. Grayscale: #C4C4C4. Windows color (decimal): -9508870 or 16443246. OLE color: 16443246.

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

Color convert

RGB 110 231 250 -
CMYK 0.56 0.08 0 0.02
HSL 188.14º 0.93% 0.71% -
HSV(B) 188.14º 0.56% 0.98% -
XYZ 52.26 67.37 100.69 -
YUV 196.99 157.91 65.96 -
System Red Green Blue C M Y K H S L
Decimal 110 231 250 0.56 0.08 0 0.02 188.14 0.93 0.71
Hex 6E E7 FA 38 8 0 2 BC 5D 47
Octal 156 347 372 70 10 0 2 274 135 107
Binary 1101110 11100111 11111010 111000 1000 0 10 10111100 1011101 1000111

Color Harmonies of #6EE7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE7FA

Black with #6EE7FA

Text Example


Text Example

White with #6EE7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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