Html Css Color HEX #4FEFE3 Turquoise

📋 copy color: '#4FEFE3'

red 79 ◦ green 239 ◦ blue 227

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

Shades of Turquoise #4FEFE3

Tints of Turquoise #4FEFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.65%

R = 14.5%
G = 43.85%
B = 41.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#4FEFE3 (or 0x4FEFE3) is known color: Turquoise. HEX triplet: 4F, EF and E3. RGB value is (79,239,227). Sum of RGB (Red+Green+Blue) = 79+239+227=545 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.50% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFE3 is #B0101C. Grayscale: #BDBDBD. Windows color (decimal): -11538461 or 14937935. OLE color: 14937935.

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

Color convert

RGB 79 239 227 -
CMYK 0.67 0 0.05 0.06
HSL 175.5º 0.83% 0.62% -
HSV(B) 175.5º 0.67% 0.94% -
XYZ 47.96 68.94 83.45 -
YUV 189.79 148.99 48.98 -
System Red Green Blue C M Y K H S L
Decimal 79 239 227 0.67 0 0.05 0.06 175.5 0.83 0.62
Hex 4F EF E3 43 0 5 6 B0 53 3E
Octal 117 357 343 103 0 5 6 260 123 76
Binary 1001111 11101111 11100011 1000011 0 101 110 10110000 1010011 111110

Color Harmonies of #4FEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFE3

Black with #4FEFE3

Text Example


Text Example

White with #4FEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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