Html Css Color HEX #4FEFCE Turquoise

📋 copy color: '#4FEFCE'

red 79 ◦ green 239 ◦ blue 206

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

Shades of Turquoise #4FEFCE

Tints of Turquoise #4FEFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 15.08%
G = 45.61%
B = 39.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#4FEFCE (or 0x4FEFCE) is known color: Turquoise. HEX triplet: 4F, EF and CE. RGB value is (79,239,206). Sum of RGB (Red+Green+Blue) = 79+239+206=524 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.08% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFCE is #B01031. Grayscale: #BBBBBB. Windows color (decimal): -11538482 or 13561679. OLE color: 13561679.

HSL color Cylindrical-coordinate representation of color #4FEFCE: hue angle of 167.62º 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 #4FEFCE is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 239 206 -
CMYK 0.67 0 0.14 0.06
HSL 167.63º 0.83% 0.62% -
HSV(B) 167.63º 0.67% 0.94% -
XYZ 45.23 67.85 69.11 -
YUV 187.4 138.49 50.68 -
System Red Green Blue C M Y K H S L
Decimal 79 239 206 0.67 0 0.14 0.06 167.63 0.83 0.62
Hex 4F EF CE 43 0 E 6 A8 53 3E
Octal 117 357 316 103 0 16 6 250 123 76
Binary 1001111 11101111 11001110 1000011 0 1110 110 10101000 1010011 111110

Color Harmonies of #4FEFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFCE

Black with #4FEFCE

Text Example


Text Example

White with #4FEFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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