Html Css Color HEX #4FDEE1 Turquoise

📋 copy color: '#4FDEE1'

red 79 ◦ green 222 ◦ blue 225

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

Shades of Turquoise #4FDEE1

Tints of Turquoise #4FDEE1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.21%

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 15.02%
G = 42.21%
B = 42.78%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4FDEE1 (or 0x4FDEE1) is known color: Turquoise. HEX triplet: 4F, DE and E1. RGB value is (79,222,225). Sum of RGB (Red+Green+Blue) = 79+222+225=526 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.02% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #4FDEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDEE1 is #B0211E. Grayscale: #B3B3B3. Windows color (decimal): -11542815 or 14802511. OLE color: 14802511.

HSL color Cylindrical-coordinate representation of color #4FDEE1: hue angle of 181.23º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FDEE1 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 79 222 225 -
CMYK 0.65 0.01 0 0.12
HSL 181.23º 0.71% 0.6% -
HSV(B) 181.23º 0.65% 0.88% -
XYZ 42.94 59.34 80.43 -
YUV 179.59 153.62 56.26 -
System Red Green Blue C M Y K H S L
Decimal 79 222 225 0.65 0.01 0 0.12 181.23 0.71 0.6
Hex 4F DE E1 41 1 0 C B5 47 3C
Octal 117 336 341 101 1 0 14 265 107 74
Binary 1001111 11011110 11100001 1000001 1 0 1100 10110101 1000111 111100

Color Harmonies of #4FDEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDEE1

Black with #4FDEE1

Text Example


Text Example

White with #4FDEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,222,225); }

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

background-color css

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

 a { background-color: rgb(79,222,225); }

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

border-color css

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

 span { border-color: rgb(79,222,225); }

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