Html Css Color HEX #4EFBCB Turquoise

📋 copy color: '#4EFBCB'

red 78 ◦ green 251 ◦ blue 203

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

Shades of Turquoise #4EFBCB

Tints of Turquoise #4EFBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.16%

R = 14.66%
G = 47.18%
B = 38.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#4EFBCB (or 0x4EFBCB) is known color: Turquoise. HEX triplet: 4E, FB and CB. RGB value is (78,251,203). Sum of RGB (Red+Green+Blue) = 78+251+203=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #4EFBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFBCB is #B10434. Grayscale: #C1C1C1. Windows color (decimal): -11600949 or 13368142. OLE color: 13368142.

HSL color Cylindrical-coordinate representation of color #4EFBCB: hue angle of 163.35º 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 #4EFBCB is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 251 203 -
CMYK 0.69 0 0.19 0.02
HSL 163.35º 0.96% 0.65% -
HSV(B) 163.35º 0.69% 0.98% -
XYZ 48.42 74.93 68.41 -
YUV 193.8 133.19 45.4 -
System Red Green Blue C M Y K H S L
Decimal 78 251 203 0.69 0 0.19 0.02 163.35 0.96 0.65
Hex 4E FB CB 45 0 13 2 A3 60 41
Octal 116 373 313 105 0 23 2 243 140 101
Binary 1001110 11111011 11001011 1000101 0 10011 10 10100011 1100000 1000001

Color Harmonies of #4EFBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFBCB

Black with #4EFBCB

Text Example


Text Example

White with #4EFBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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