Html Css Color HEX #4FEDCA Turquoise

📋 copy color: '#4FEDCA'

red 79 ◦ green 237 ◦ blue 202

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

Shades of Turquoise #4FEDCA

Tints of Turquoise #4FEDCA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.75%

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

R = 15.25%
G = 45.75%
B = 39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#4FEDCA (or 0x4FEDCA) is known color: Turquoise. HEX triplet: 4F, ED and CA. RGB value is (79,237,202). Sum of RGB (Red+Green+Blue) = 79+237+202=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDCA is #B01235. Grayscale: #B9B9B9. Windows color (decimal): -11538998 or 13299023. OLE color: 13299023.

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

Color convert

RGB 79 237 202 -
CMYK 0.67 0 0.15 0.07
HSL 166.71º 0.81% 0.62% -
HSV(B) 166.71º 0.67% 0.93% -
XYZ 44.17 66.49 66.38 -
YUV 185.77 137.15 51.85 -
System Red Green Blue C M Y K H S L
Decimal 79 237 202 0.67 0 0.15 0.07 166.71 0.81 0.62
Hex 4F ED CA 43 0 F 7 A7 51 3E
Octal 117 355 312 103 0 17 7 247 121 76
Binary 1001111 11101101 11001010 1000011 0 1111 111 10100111 1010001 111110

Color Harmonies of #4FEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEDCA

Black with #4FEDCA

Text Example


Text Example

White with #4FEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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