Html Css Color HEX #4FEAEA Turquoise

📋 copy color: '#4FEAEA'

red 79 ◦ green 234 ◦ blue 234

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

Shades of Turquoise #4FEAEA

Tints of Turquoise #4FEAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.78%

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 14.44%
G = 42.78%
B = 42.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FEAEA (or 0x4FEAEA) is known color: Turquoise. HEX triplet: 4F, EA and EA. RGB value is (79,234,234). Sum of RGB (Red+Green+Blue) = 79+234+234=547 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.44% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #4FEAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEAEA is #B01515. Grayscale: #BBBBBB. Windows color (decimal): -11539734 or 15395407. OLE color: 15395407.

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

Color convert

RGB 79 234 234 -
CMYK 0.66 0 0 0.08
HSL 180º 0.79% 0.61% -
HSV(B) 180º 0.66% 0.92% -
XYZ 47.5 66.45 88.16 -
YUV 187.66 154.15 50.5 -
System Red Green Blue C M Y K H S L
Decimal 79 234 234 0.66 0 0 0.08 180 0.79 0.61
Hex 4F EA EA 42 0 0 8 B4 4F 3D
Octal 117 352 352 102 0 0 10 264 117 75
Binary 1001111 11101010 11101010 1000010 0 0 1000 10110100 1001111 111101

Color Harmonies of #4FEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAEA

Black with #4FEAEA

Text Example


Text Example

White with #4FEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,234,234); }

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

background-color css

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

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

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

border-color css

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

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

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