Html Css Color HEX #4CEFBB Turquoise

📋 copy color: '#4CEFBB'

red 76 ◦ green 239 ◦ blue 187

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

Shades of Turquoise #4CEFBB

Tints of Turquoise #4CEFBB

RGB

 RED value IS 76 (30.08% from 255) = 15.14%

 GREEN value IS 239 (93.75% from 255) = 47.61%

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 15.14%
G = 47.61%
B = 37.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#4CEFBB (or 0x4CEFBB) is known color: Turquoise. HEX triplet: 4C, EF and BB. RGB value is (76,239,187). Sum of RGB (Red+Green+Blue) = 76+239+187=502 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.14% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFBB is #B31044. Grayscale: #B8B8B8. Windows color (decimal): -11735109 or 12316492. OLE color: 12316492.

HSL color Cylindrical-coordinate representation of color #4CEFBB: hue angle of 160.86º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEFBB is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 239 187 -
CMYK 0.68 0 0.22 0.06
HSL 160.86º 0.84% 0.62% -
HSV(B) 160.86º 0.68% 0.94% -
XYZ 42.82 66.86 57.66 -
YUV 184.34 129.5 50.73 -
System Red Green Blue C M Y K H S L
Decimal 76 239 187 0.68 0 0.22 0.06 160.86 0.84 0.62
Hex 4C EF BB 44 0 16 6 A1 54 3E
Octal 114 357 273 104 0 26 6 241 124 76
Binary 1001100 11101111 10111011 1000100 0 10110 110 10100001 1010100 111110

Color Harmonies of #4CEFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEFBB

Black with #4CEFBB

Text Example


Text Example

White with #4CEFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,239,187); }

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

background-color css

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

 a { background-color: rgb(76,239,187); }

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

border-color css

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

 span { border-color: rgb(76,239,187); }

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