Html Css Color HEX #4FEFF1 Turquoise Blue

📋 copy color: '#4FEFF1'

red 79 ◦ green 239 ◦ blue 241

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

Shades of Turquoise Blue #4FEFF1

Tints of Turquoise Blue #4FEFF1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.75%

 BLUE value IS 241 (94.53% from 255) = 43.11%

R = 14.13%
G = 42.75%
B = 43.11%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4FEFF1 (or 0x4FEFF1) is known color: Turquoise Blue. HEX triplet: 4F, EF and F1. RGB value is (79,239,241). Sum of RGB (Red+Green+Blue) = 79+239+241=559 (74% of max value = 765). Red value is 79 (31.25% from 255 or 14.13% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #4FEFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEFF1 is #B0100E. Grayscale: #BFBFBF. Windows color (decimal): -11538447 or 15855439. OLE color: 15855439.

HSL color Cylindrical-coordinate representation of color #4FEFF1: hue angle of 180.74º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFF1 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 239 241 -
CMYK 0.67 0.01 0 0.05
HSL 180.74º 0.85% 0.63% -
HSV(B) 180.74º 0.67% 0.95% -
XYZ 49.97 69.75 94.05 -
YUV 191.39 155.99 47.84 -
System Red Green Blue C M Y K H S L
Decimal 79 239 241 0.67 0.01 0 0.05 180.74 0.85 0.63
Hex 4F EF F1 43 1 0 5 B5 55 3F
Octal 117 357 361 103 1 0 5 265 125 77
Binary 1001111 11101111 11110001 1000011 1 0 101 10110101 1010101 111111

Color Harmonies of #4FEFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFF1

Black with #4FEFF1

Text Example


Text Example

White with #4FEFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,239,241); }

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

background-color css

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

 a { background-color: rgb(79,239,241); }

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

border-color css

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

 span { border-color: rgb(79,239,241); }

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