Html Css Color HEX #4FEECA Turquoise

📋 copy color: '#4FEECA'

red 79 ◦ green 238 ◦ blue 202

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

Shades of Turquoise #4FEECA

Tints of Turquoise #4FEECA

RGB

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

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

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

R = 15.22%
G = 45.86%
B = 38.92%

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

#4FEECA (or 0x4FEECA) is known color: Turquoise. HEX triplet: 4F, EE and CA. RGB value is (79,238,202). Sum of RGB (Red+Green+Blue) = 79+238+202=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEECA is #B01135. Grayscale: #BABABA. Windows color (decimal): -11538742 or 13299279. OLE color: 13299279.

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

Color convert

RGB 79 238 202 -
CMYK 0.67 0 0.15 0.07
HSL 166.42º 0.82% 0.62% -
HSV(B) 166.42º 0.67% 0.93% -
XYZ 44.46 67.08 66.48 -
YUV 186.36 136.82 51.43 -
System Red Green Blue C M Y K H S L
Decimal 79 238 202 0.67 0 0.15 0.07 166.42 0.82 0.62
Hex 4F EE CA 43 0 F 7 A6 52 3E
Octal 117 356 312 103 0 17 7 246 122 76
Binary 1001111 11101110 11001010 1000011 0 1111 111 10100110 1010010 111110

Color Harmonies of #4FEECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEECA

Black with #4FEECA

Text Example


Text Example

White with #4FEECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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