Html Css Color HEX #4CECDF Turquoise

📋 copy color: '#4CECDF'

red 76 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #4CECDF

Tints of Turquoise #4CECDF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

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

R = 14.21%
G = 44.11%
B = 41.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#4CECDF (or 0x4CECDF) is known color: Turquoise. HEX triplet: 4C, EC and DF. RGB value is (76,236,223). Sum of RGB (Red+Green+Blue) = 76+236+223=535 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.21% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECDF is #B31320. Grayscale: #BABABA. Windows color (decimal): -11735841 or 14675020. OLE color: 14675020.

HSL color Cylindrical-coordinate representation of color #4CECDF: hue angle of 175.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CECDF is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 236 223 -
CMYK 0.68 0 0.06 0.07
HSL 175.13º 0.81% 0.61% -
HSV(B) 175.13º 0.68% 0.93% -
XYZ 46.3 66.86 80.28 -
YUV 186.68 148.49 49.06 -
System Red Green Blue C M Y K H S L
Decimal 76 236 223 0.68 0 0.06 0.07 175.13 0.81 0.61
Hex 4C EC DF 44 0 6 7 AF 51 3D
Octal 114 354 337 104 0 6 7 257 121 75
Binary 1001100 11101100 11011111 1000100 0 110 111 10101111 1010001 111101

Color Harmonies of #4CECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CECDF

Black with #4CECDF

Text Example


Text Example

White with #4CECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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