Html Css Color HEX #4CECE7 Turquoise

📋 copy color: '#4CECE7'

red 76 ◦ green 236 ◦ blue 231

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

Shades of Turquoise #4CECE7

Tints of Turquoise #4CECE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.54%

R = 14%
G = 43.46%
B = 42.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#4CECE7 (or 0x4CECE7) is known color: Turquoise. HEX triplet: 4C, EC and E7. RGB value is (76,236,231). Sum of RGB (Red+Green+Blue) = 76+236+231=543 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.00% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CECE7 is #B31318. Grayscale: #BBBBBB. Windows color (decimal): -11735833 or 15199308. OLE color: 15199308.

HSL color Cylindrical-coordinate representation of color #4CECE7: hue angle of 178.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 #4CECE7 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 236 231 -
CMYK 0.68 0 0.02 0.07
HSL 178.13º 0.81% 0.61% -
HSV(B) 178.13º 0.68% 0.93% -
XYZ 47.4 67.3 86.09 -
YUV 187.59 152.49 48.41 -
System Red Green Blue C M Y K H S L
Decimal 76 236 231 0.68 0 0.02 0.07 178.13 0.81 0.61
Hex 4C EC E7 44 0 2 7 B2 51 3D
Octal 114 354 347 104 0 2 7 262 121 75
Binary 1001100 11101100 11100111 1000100 0 10 111 10110010 1010001 111101

Color Harmonies of #4CECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CECE7

Black with #4CECE7

Text Example


Text Example

White with #4CECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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