Html Css Color HEX #4CF1EC Turquoise

📋 copy color: '#4CF1EC'

red 76 ◦ green 241 ◦ blue 236

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

Shades of Turquoise #4CF1EC

Tints of Turquoise #4CF1EC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.58%

 BLUE value IS 236 (92.58% from 255) = 42.68%

R = 13.74%
G = 43.58%
B = 42.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#4CF1EC (or 0x4CF1EC) is known color: Turquoise. HEX triplet: 4C, F1 and EC. RGB value is (76,241,236). Sum of RGB (Red+Green+Blue) = 76+241+236=553 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.74% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #4CF1EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF1EC is #B30E13. Grayscale: #BEBEBE. Windows color (decimal): -11734548 or 15528268. OLE color: 15528268.

HSL color Cylindrical-coordinate representation of color #4CF1EC: hue angle of 178.18º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF1EC is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 241 236 -
CMYK 0.68 0 0.02 0.05
HSL 178.18º 0.85% 0.62% -
HSV(B) 178.18º 0.68% 0.95% -
XYZ 49.58 70.5 90.35 -
YUV 191.1 153.34 45.91 -
System Red Green Blue C M Y K H S L
Decimal 76 241 236 0.68 0 0.02 0.05 178.18 0.85 0.62
Hex 4C F1 EC 44 0 2 5 B2 55 3E
Octal 114 361 354 104 0 2 5 262 125 76
Binary 1001100 11110001 11101100 1000100 0 10 101 10110010 1010101 111110

Color Harmonies of #4CF1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF1EC

Black with #4CF1EC

Text Example


Text Example

White with #4CF1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,241,236); }

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

background-color css

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

 a { background-color: rgb(76,241,236); }

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

border-color css

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

 span { border-color: rgb(76,241,236); }

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