Html Css Color HEX #4FEFCA Turquoise

📋 copy color: '#4FEFCA'

red 79 ◦ green 239 ◦ blue 202

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

Shades of Turquoise #4FEFCA

Tints of Turquoise #4FEFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 15.19%
G = 45.96%
B = 38.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#4FEFCA (or 0x4FEFCA) is known color: Turquoise. HEX triplet: 4F, EF and CA. RGB value is (79,239,202). Sum of RGB (Red+Green+Blue) = 79+239+202=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFCA is #B01035. Grayscale: #BABABA. Windows color (decimal): -11538486 or 13299535. OLE color: 13299535.

HSL color Cylindrical-coordinate representation of color #4FEFCA: hue angle of 166.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFCA is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 239 202 -
CMYK 0.67 0 0.15 0.06
HSL 166.13º 0.83% 0.62% -
HSV(B) 166.13º 0.67% 0.94% -
XYZ 44.75 67.66 66.58 -
YUV 186.94 136.49 51.01 -
System Red Green Blue C M Y K H S L
Decimal 79 239 202 0.67 0 0.15 0.06 166.13 0.83 0.62
Hex 4F EF CA 43 0 F 6 A6 53 3E
Octal 117 357 312 103 0 17 6 246 123 76
Binary 1001111 11101111 11001010 1000011 0 1111 110 10100110 1010011 111110

Color Harmonies of #4FEFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFCA

Black with #4FEFCA

Text Example


Text Example

White with #4FEFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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