Html Css Color HEX #4FEEBA Turquoise

📋 copy color: '#4FEEBA'

red 79 ◦ green 238 ◦ blue 186

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

Shades of Turquoise #4FEEBA

Tints of Turquoise #4FEEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 15.71%
G = 47.32%
B = 36.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#4FEEBA (or 0x4FEEBA) is known color: Turquoise. HEX triplet: 4F, EE and BA. RGB value is (79,238,186). Sum of RGB (Red+Green+Blue) = 79+238+186=503 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.71% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEEBA is #B01145. Grayscale: #B8B8B8. Windows color (decimal): -11538758 or 12250703. OLE color: 12250703.

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

Color convert

RGB 79 238 186 -
CMYK 0.67 0 0.22 0.07
HSL 160.38º 0.82% 0.62% -
HSV(B) 160.38º 0.67% 0.93% -
XYZ 42.66 66.36 57.01 -
YUV 184.53 128.82 52.73 -
System Red Green Blue C M Y K H S L
Decimal 79 238 186 0.67 0 0.22 0.07 160.38 0.82 0.62
Hex 4F EE BA 43 0 16 7 A0 52 3E
Octal 117 356 272 103 0 26 7 240 122 76
Binary 1001111 11101110 10111010 1000011 0 10110 111 10100000 1010010 111110

Color Harmonies of #4FEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEEBA

Black with #4FEEBA

Text Example


Text Example

White with #4FEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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