Html Css Color HEX #4CF8DF Turquoise

📋 copy color: '#4CF8DF'

red 76 ◦ green 248 ◦ blue 223

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

Shades of Turquoise #4CF8DF

Tints of Turquoise #4CF8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.34%

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

R = 13.89%
G = 45.34%
B = 40.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#4CF8DF (or 0x4CF8DF) is known color: Turquoise. HEX triplet: 4C, F8 and DF. RGB value is (76,248,223). Sum of RGB (Red+Green+Blue) = 76+248+223=547 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.89% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF8DF is #B30720. Grayscale: #C1C1C1. Windows color (decimal): -11732769 or 14678092. OLE color: 14678092.

HSL color Cylindrical-coordinate representation of color #4CF8DF: hue angle of 171.28º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF8DF is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 76 248 223 -
CMYK 0.69 0 0.10 0.03
HSL 171.28º 0.92% 0.64% -
HSV(B) 171.28º 0.69% 0.97% -
XYZ 49.87 74 81.47 -
YUV 193.72 144.52 44.03 -
System Red Green Blue C M Y K H S L
Decimal 76 248 223 0.69 0 0.10 0.03 171.28 0.92 0.64
Hex 4C F8 DF 45 0 A 3 AB 5C 40
Octal 114 370 337 105 0 12 3 253 134 100
Binary 1001100 11111000 11011111 1000101 0 1010 11 10101011 1011100 1000000

Color Harmonies of #4CF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CF8DF

Black with #4CF8DF

Text Example


Text Example

White with #4CF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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