Html Css Color HEX #4CF2E3 Turquoise

📋 copy color: '#4CF2E3'

red 76 ◦ green 242 ◦ blue 227

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

Shades of Turquoise #4CF2E3

Tints of Turquoise #4CF2E3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.4%

 BLUE value IS 227 (89.06% from 255) = 41.65%

R = 13.94%
G = 44.4%
B = 41.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#4CF2E3 (or 0x4CF2E3) is known color: Turquoise. HEX triplet: 4C, F2 and E3. RGB value is (76,242,227). Sum of RGB (Red+Green+Blue) = 76+242+227=545 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.94% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF2E3 is #B30D1C. Grayscale: #BEBEBE. Windows color (decimal): -11734301 or 14938700. OLE color: 14938700.

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

Color convert

RGB 76 242 227 -
CMYK 0.69 0 0.06 0.05
HSL 174.58º 0.86% 0.62% -
HSV(B) 174.58º 0.69% 0.95% -
XYZ 48.6 70.59 83.74 -
YUV 190.66 148.5 46.22 -
System Red Green Blue C M Y K H S L
Decimal 76 242 227 0.69 0 0.06 0.05 174.58 0.86 0.62
Hex 4C F2 E3 45 0 6 5 AF 56 3E
Octal 114 362 343 105 0 6 5 257 126 76
Binary 1001100 11110010 11100011 1000101 0 110 101 10101111 1010110 111110

Color Harmonies of #4CF2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF2E3

Black with #4CF2E3

Text Example


Text Example

White with #4CF2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,242,227); }

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

background-color css

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

 a { background-color: rgb(76,242,227); }

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

border-color css

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

 span { border-color: rgb(76,242,227); }

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