Html Css Color HEX #4CF6DF Turquoise

📋 copy color: '#4CF6DF'

red 76 ◦ green 246 ◦ blue 223

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

Shades of Turquoise #4CF6DF

Tints of Turquoise #4CF6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.14%

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

R = 13.94%
G = 45.14%
B = 40.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#4CF6DF (or 0x4CF6DF) is known color: Turquoise. HEX triplet: 4C, F6 and DF. RGB value is (76,246,223). Sum of RGB (Red+Green+Blue) = 76+246+223=545 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.94% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #4CF6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF6DF is #B30920. Grayscale: #C0C0C0. Windows color (decimal): -11733281 or 14677580. OLE color: 14677580.

HSL color Cylindrical-coordinate representation of color #4CF6DF: hue angle of 171.88º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF6DF is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 76 246 223 -
CMYK 0.69 0 0.09 0.04
HSL 171.88º 0.9% 0.63% -
HSV(B) 171.88º 0.69% 0.96% -
XYZ 49.26 72.78 81.26 -
YUV 192.55 145.18 44.87 -
System Red Green Blue C M Y K H S L
Decimal 76 246 223 0.69 0 0.09 0.04 171.88 0.9 0.63
Hex 4C F6 DF 45 0 9 4 AC 5A 3F
Octal 114 366 337 105 0 11 4 254 132 77
Binary 1001100 11110110 11011111 1000101 0 1001 100 10101100 1011010 111111

Color Harmonies of #4CF6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF6DF

Black with #4CF6DF

Text Example


Text Example

White with #4CF6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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