Html Css Color HEX #4FEBD2 Turquoise

📋 copy color: '#4FEBD2'

red 79 ◦ green 235 ◦ blue 210

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

Shades of Turquoise #4FEBD2

Tints of Turquoise #4FEBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.85%

 BLUE value IS 210 (82.42% from 255) = 40.08%

R = 15.08%
G = 44.85%
B = 40.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#4FEBD2 (or 0x4FEBD2) is known color: Turquoise. HEX triplet: 4F, EB and D2. RGB value is (79,235,210). Sum of RGB (Red+Green+Blue) = 79+235+210=524 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.08% from 524); Green value is 235 (92.19% from 255 or 44.85% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBD2 is #B0142D. Grayscale: #B9B9B9. Windows color (decimal): -11539502 or 13822799. OLE color: 13822799.

HSL color Cylindrical-coordinate representation of color #4FEBD2: hue angle of 170.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEBD2 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 235 210 -
CMYK 0.66 0 0.11 0.08
HSL 170.38º 0.8% 0.62% -
HSV(B) 170.38º 0.66% 0.92% -
XYZ 44.57 65.73 71.31 -
YUV 185.51 141.82 52.03 -
System Red Green Blue C M Y K H S L
Decimal 79 235 210 0.66 0 0.11 0.08 170.38 0.8 0.62
Hex 4F EB D2 42 0 B 8 AA 50 3E
Octal 117 353 322 102 0 13 10 252 120 76
Binary 1001111 11101011 11010010 1000010 0 1011 1000 10101010 1010000 111110

Color Harmonies of #4FEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBD2

Black with #4FEBD2

Text Example


Text Example

White with #4FEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,235,210); }

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

background-color css

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

 a { background-color: rgb(79,235,210); }

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

border-color css

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

 span { border-color: rgb(79,235,210); }

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