Html Css Color HEX #4CECE6 Turquoise

📋 copy color: '#4CECE6'

red 76 ◦ green 236 ◦ blue 230

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

Shades of Turquoise #4CECE6

Tints of Turquoise #4CECE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.44%

R = 14.02%
G = 43.54%
B = 42.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#4CECE6 (or 0x4CECE6) is known color: Turquoise. HEX triplet: 4C, EC and E6. RGB value is (76,236,230). Sum of RGB (Red+Green+Blue) = 76+236+230=542 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.02% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CECE6 is #B31319. Grayscale: #BBBBBB. Windows color (decimal): -11735834 or 15133772. OLE color: 15133772.

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

Color convert

RGB 76 236 230 -
CMYK 0.68 0 0.03 0.07
HSL 177.75º 0.81% 0.61% -
HSV(B) 177.75º 0.68% 0.93% -
XYZ 47.26 67.24 85.35 -
YUV 187.48 151.99 48.49 -
System Red Green Blue C M Y K H S L
Decimal 76 236 230 0.68 0 0.03 0.07 177.75 0.81 0.61
Hex 4C EC E6 44 0 3 7 B2 51 3D
Octal 114 354 346 104 0 3 7 262 121 75
Binary 1001100 11101100 11100110 1000100 0 11 111 10110010 1010001 111101

Color Harmonies of #4CECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CECE6

Black with #4CECE6

Text Example


Text Example

White with #4CECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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