Html Css Color HEX #4CE7C3 Turquoise

📋 copy color: '#4CE7C3'

red 76 ◦ green 231 ◦ blue 195

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

Shades of Turquoise #4CE7C3

Tints of Turquoise #4CE7C3

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.02%

 BLUE value IS 195 (76.56% from 255) = 38.84%

R = 15.14%
G = 46.02%
B = 38.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#4CE7C3 (or 0x4CE7C3) is known color: Turquoise. HEX triplet: 4C, E7 and C3. RGB value is (76,231,195). Sum of RGB (Red+Green+Blue) = 76+231+195=502 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.14% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 195 (76.56% from 255 or 38.84% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #4CE7C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CE7C3 is #B3183C. Grayscale: #B4B4B4. Windows color (decimal): -11737149 or 12838732. OLE color: 12838732.

HSL color Cylindrical-coordinate representation of color #4CE7C3: hue angle of 166.06º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE7C3 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 76 231 195 -
CMYK 0.67 0 0.16 0.09
HSL 166.06º 0.76% 0.6% -
HSV(B) 166.06º 0.67% 0.91% -
XYZ 41.41 62.63 61.54 -
YUV 180.55 136.15 53.43 -
System Red Green Blue C M Y K H S L
Decimal 76 231 195 0.67 0 0.16 0.09 166.06 0.76 0.6
Hex 4C E7 C3 43 0 10 9 A6 4C 3C
Octal 114 347 303 103 0 20 11 246 114 74
Binary 1001100 11100111 11000011 1000011 0 10000 1001 10100110 1001100 111100

Color Harmonies of #4CE7C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE7C3

Black with #4CE7C3

Text Example


Text Example

White with #4CE7C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,231,195); }

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

background-color css

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

 a { background-color: rgb(76,231,195); }

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

border-color css

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

 span { border-color: rgb(76,231,195); }

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