Html Css Color HEX #4FEEC3 Turquoise

📋 copy color: '#4FEEC3'

red 79 ◦ green 238 ◦ blue 195

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

Shades of Turquoise #4FEEC3

Tints of Turquoise #4FEEC3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.48%

 BLUE value IS 195 (76.56% from 255) = 38.09%

R = 15.43%
G = 46.48%
B = 38.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#4FEEC3 (or 0x4FEEC3) is known color: Turquoise. HEX triplet: 4F, EE and C3. RGB value is (79,238,195). Sum of RGB (Red+Green+Blue) = 79+238+195=512 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.43% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEEC3 is #B0113C. Grayscale: #B9B9B9. Windows color (decimal): -11538749 or 12840527. OLE color: 12840527.

HSL color Cylindrical-coordinate representation of color #4FEEC3: hue angle of 163.77º degrees, saturation: 0.82, 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 #4FEEC3 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 238 195 -
CMYK 0.67 0 0.18 0.07
HSL 163.77º 0.82% 0.62% -
HSV(B) 163.77º 0.67% 0.93% -
XYZ 43.65 66.75 62.21 -
YUV 185.56 133.32 52 -
System Red Green Blue C M Y K H S L
Decimal 79 238 195 0.67 0 0.18 0.07 163.77 0.82 0.62
Hex 4F EE C3 43 0 12 7 A4 52 3E
Octal 117 356 303 103 0 22 7 244 122 76
Binary 1001111 11101110 11000011 1000011 0 10010 111 10100100 1010010 111110

Color Harmonies of #4FEEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEEC3

Black with #4FEEC3

Text Example


Text Example

White with #4FEEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,238,195); }

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

background-color css

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

 a { background-color: rgb(79,238,195); }

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

border-color css

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

 span { border-color: rgb(79,238,195); }

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