Html Css Color HEX #4FDFE1 Turquoise

📋 copy color: '#4FDFE1'

red 79 ◦ green 223 ◦ blue 225

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

Shades of Turquoise #4FDFE1

Tints of Turquoise #4FDFE1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.31%

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

R = 14.99%
G = 42.31%
B = 42.69%

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

#4FDFE1 (or 0x4FDFE1) is known color: Turquoise. HEX triplet: 4F, DF and E1. RGB value is (79,223,225). Sum of RGB (Red+Green+Blue) = 79+223+225=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #4FDFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFE1 is #B0201E. Grayscale: #B4B4B4. Windows color (decimal): -11542559 or 14802767. OLE color: 14802767.

HSL color Cylindrical-coordinate representation of color #4FDFE1: hue angle of 180.82º 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 #4FDFE1 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 79 223 225 -
CMYK 0.65 0.01 0 0.12
HSL 180.82º 0.71% 0.6% -
HSV(B) 180.82º 0.65% 0.88% -
XYZ 43.2 59.87 80.51 -
YUV 180.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 79 223 225 0.65 0.01 0 0.12 180.82 0.71 0.6
Hex 4F DF E1 41 1 0 C B5 47 3C
Octal 117 337 341 101 1 0 14 265 107 74
Binary 1001111 11011111 11100001 1000001 1 0 1100 10110101 1000111 111100

Color Harmonies of #4FDFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDFE1

Black with #4FDFE1

Text Example


Text Example

White with #4FDFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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