Html Css Color HEX #4CFADF Turquoise

📋 copy color: '#4CFADF'

red 76 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #4CFADF

Tints of Turquoise #4CFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.54%

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

R = 13.84%
G = 45.54%
B = 40.62%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#4CFADF (or 0x4CFADF) is known color: Turquoise. HEX triplet: 4C, FA and DF. RGB value is (76,250,223). Sum of RGB (Red+Green+Blue) = 76+250+223=549 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.84% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFADF is #B30520. Grayscale: #C2C2C2. Windows color (decimal): -11732257 or 14678604. OLE color: 14678604.

HSL color Cylindrical-coordinate representation of color #4CFADF: hue angle of 170.69º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFADF is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 250 223 -
CMYK 0.70 0 0.11 0.02
HSL 170.69º 0.95% 0.64% -
HSV(B) 170.69º 0.7% 0.98% -
XYZ 50.49 75.24 81.67 -
YUV 194.9 143.85 43.2 -
System Red Green Blue C M Y K H S L
Decimal 76 250 223 0.70 0 0.11 0.02 170.69 0.95 0.64
Hex 4C FA DF 46 0 B 2 AB 5F 40
Octal 114 372 337 106 0 13 2 253 137 100
Binary 1001100 11111010 11011111 1000110 0 1011 10 10101011 1011111 1000000

Color Harmonies of #4CFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFADF

Black with #4CFADF

Text Example


Text Example

White with #4CFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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