Html Css Color HEX #4CDFDF Turquoise

📋 copy color: '#4CDFDF'

red 76 ◦ green 223 ◦ blue 223

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

Shades of Turquoise #4CDFDF

Tints of Turquoise #4CDFDF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.72%

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

R = 14.56%
G = 42.72%
B = 42.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CDFDF (or 0x4CDFDF) is known color: Turquoise. HEX triplet: 4C, DF and DF. RGB value is (76,223,223). Sum of RGB (Red+Green+Blue) = 76+223+223=522 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.56% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #4CDFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFDF is #B32020. Grayscale: #B2B2B2. Windows color (decimal): -11739169 or 14671692. OLE color: 14671692.

HSL color Cylindrical-coordinate representation of color #4CDFDF: hue angle of 180º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDFDF is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 223 223 -
CMYK 0.66 0 0 0.13
HSL 180º 0.7% 0.59% -
HSV(B) 180º 0.66% 0.87% -
XYZ 42.69 59.64 79.07 -
YUV 179.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 76 223 223 0.66 0 0 0.13 180 0.7 0.59
Hex 4C DF DF 42 0 0 D B4 46 3B
Octal 114 337 337 102 0 0 15 264 106 73
Binary 1001100 11011111 11011111 1000010 0 0 1101 10110100 1000110 111011

Color Harmonies of #4CDFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFDF

Black with #4CDFDF

Text Example


Text Example

White with #4CDFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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