Html Css Color HEX #4FEAF6 Turquoise Blue

📋 copy color: '#4FEAF6'

red 79 ◦ green 234 ◦ blue 246

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

Shades of Turquoise Blue #4FEAF6

Tints of Turquoise Blue #4FEAF6

RGB

 RED value IS 79 (31.25% from 255) = 14.13%

 GREEN value IS 234 (91.8% from 255) = 41.86%

 BLUE value IS 246 (96.48% from 255) = 44.01%

R = 14.13%
G = 41.86%
B = 44.01%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4FEAF6 (or 0x4FEAF6) is known color: Turquoise Blue. HEX triplet: 4F, EA and F6. RGB value is (79,234,246). Sum of RGB (Red+Green+Blue) = 79+234+246=559 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.13% from 559); Green value is 234 (91.80% from 255 or 41.86% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #4FEAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEAF6 is #B01509. Grayscale: #BCBCBC. Windows color (decimal): -11539722 or 16181839. OLE color: 16181839.

HSL color Cylindrical-coordinate representation of color #4FEAF6: hue angle of 184.31º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FEAF6 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 79 234 246 -
CMYK 0.68 0.05 0 0.04
HSL 184.31º 0.9% 0.64% -
HSV(B) 184.31º 0.68% 0.96% -
XYZ 49.28 67.16 97.55 -
YUV 189.02 160.15 49.52 -
System Red Green Blue C M Y K H S L
Decimal 79 234 246 0.68 0.05 0 0.04 184.31 0.9 0.64
Hex 4F EA F6 44 5 0 4 B8 5A 40
Octal 117 352 366 104 5 0 4 270 132 100
Binary 1001111 11101010 11110110 1000100 101 0 100 10111000 1011010 1000000

Color Harmonies of #4FEAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAF6

Black with #4FEAF6

Text Example


Text Example

White with #4FEAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FEAF6; }

 p { color: rgb(79,234,246); }

 H1.HeaderClassName
 {
   color: #4FEAF6;
 }
 .AnyTagClassName
 {
   color: #4FEAF6;
 }
</style>

background-color css

<style>
 a { background-color: #4FEAF6; }

 a { background-color: rgb(79,234,246); }

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

border-color css

<style>
 span { border-color: #4FEAF6; }

 span { border-color: rgb(79,234,246); }

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