Html Css Color HEX #4EFBD6 Turquoise

📋 copy color: '#4EFBD6'

red 78 ◦ green 251 ◦ blue 214

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

Shades of Turquoise #4EFBD6

Tints of Turquoise #4EFBD6

RGB

 RED value IS 78 (30.86% from 255) = 14.36%

 GREEN value IS 251 (98.44% from 255) = 46.22%

 BLUE value IS 214 (83.98% from 255) = 39.41%

R = 14.36%
G = 46.22%
B = 39.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#4EFBD6 (or 0x4EFBD6) is known color: Turquoise. HEX triplet: 4E, FB and D6. RGB value is (78,251,214). Sum of RGB (Red+Green+Blue) = 78+251+214=543 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.36% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #4EFBD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFBD6 is #B10429. Grayscale: #C3C3C3. Windows color (decimal): -11600938 or 14089038. OLE color: 14089038.

HSL color Cylindrical-coordinate representation of color #4EFBD6: hue angle of 167.17º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFBD6 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 251 214 -
CMYK 0.69 0 0.15 0.02
HSL 167.17º 0.96% 0.65% -
HSV(B) 167.17º 0.69% 0.98% -
XYZ 49.78 75.47 75.56 -
YUV 195.06 138.69 44.51 -
System Red Green Blue C M Y K H S L
Decimal 78 251 214 0.69 0 0.15 0.02 167.17 0.96 0.65
Hex 4E FB D6 45 0 F 2 A7 60 41
Octal 116 373 326 105 0 17 2 247 140 101
Binary 1001110 11111011 11010110 1000101 0 1111 10 10100111 1100000 1000001

Color Harmonies of #4EFBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFBD6

Black with #4EFBD6

Text Example


Text Example

White with #4EFBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,251,214); }

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

background-color css

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

 a { background-color: rgb(78,251,214); }

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

border-color css

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

 span { border-color: rgb(78,251,214); }

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