Html Css Color HEX #6EE4FE Turquoise Blue

📋 copy color: '#6EE4FE'

red 110 ◦ green 228 ◦ blue 254

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

Shades of Turquoise Blue #6EE4FE

Tints of Turquoise Blue #6EE4FE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.51%

 BLUE value IS 254 (99.61% from 255) = 42.91%

R = 18.58%
G = 38.51%
B = 42.91%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6EE4FE (or 0x6EE4FE) is known color: Turquoise Blue. HEX triplet: 6E, E4 and FE. RGB value is (110,228,254). Sum of RGB (Red+Green+Blue) = 110+228+254=592 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.58% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EE4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE4FE is #911B01. Grayscale: #C3C3C3. Windows color (decimal): -9509634 or 16704622. OLE color: 16704622.

HSL color Cylindrical-coordinate representation of color #6EE4FE: hue angle of 190.83º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EE4FE is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 110 228 254 -
CMYK 0.57 0.10 0 0.00
HSL 190.83º 0.99% 0.71% -
HSV(B) 190.83º 0.57% 1% -
XYZ 52.06 65.96 103.75 -
YUV 195.68 160.91 66.89 -
System Red Green Blue C M Y K H S L
Decimal 110 228 254 0.57 0.10 0 0.00 190.83 0.99 0.71
Hex 6E E4 FE 39 A 0 0 BF 63 47
Octal 156 344 376 71 12 0 0 277 143 107
Binary 1101110 11100100 11111110 111001 1010 0 0 10111111 1100011 1000111

Color Harmonies of #6EE4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EE4FE

Black with #6EE4FE

Text Example


Text Example

White with #6EE4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,228,254); }

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

background-color css

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

 a { background-color: rgb(110,228,254); }

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

border-color css

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

 span { border-color: rgb(110,228,254); }

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