Html Css Color HEX #4CE3DF Turquoise

📋 copy color: '#4CE3DF'

red 76 ◦ green 227 ◦ blue 223

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

Shades of Turquoise #4CE3DF

Tints of Turquoise #4CE3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.16%

 BLUE value IS 223 (87.5% from 255) = 42.4%

R = 14.45%
G = 43.16%
B = 42.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#4CE3DF (or 0x4CE3DF) is known color: Turquoise. HEX triplet: 4C, E3 and DF. RGB value is (76,227,223). Sum of RGB (Red+Green+Blue) = 76+227+223=526 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.45% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE3DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE3DF is #B31C20. Grayscale: #B5B5B5. Windows color (decimal): -11738145 or 14672716. OLE color: 14672716.

HSL color Cylindrical-coordinate representation of color #4CE3DF: hue angle of 178.41º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE3DF is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 76 227 223 -
CMYK 0.67 0 0.02 0.11
HSL 178.41º 0.73% 0.59% -
HSV(B) 178.41º 0.67% 0.89% -
XYZ 43.77 61.8 79.43 -
YUV 181.4 151.47 52.83 -
System Red Green Blue C M Y K H S L
Decimal 76 227 223 0.67 0 0.02 0.11 178.41 0.73 0.59
Hex 4C E3 DF 43 0 2 B B2 49 3B
Octal 114 343 337 103 0 2 13 262 111 73
Binary 1001100 11100011 11011111 1000011 0 10 1011 10110010 1001001 111011

Color Harmonies of #4CE3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CE3DF

Black with #4CE3DF

Text Example


Text Example

White with #4CE3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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