Html Css Color HEX #4CDFCF Turquoise

📋 copy color: '#4CDFCF'

red 76 ◦ green 223 ◦ blue 207

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

Shades of Turquoise #4CDFCF

Tints of Turquoise #4CDFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 15.02%
G = 44.07%
B = 40.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#4CDFCF (or 0x4CDFCF) is known color: Turquoise. HEX triplet: 4C, DF and CF. RGB value is (76,223,207). Sum of RGB (Red+Green+Blue) = 76+223+207=506 (67% of max value = 765). Red value is 76 (30.08% from 255 or 15.02% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFCF is #B32030. Grayscale: #B1B1B1. Windows color (decimal): -11739185 or 13623116. OLE color: 13623116.

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

Color convert

RGB 76 223 207 -
CMYK 0.66 0 0.07 0.13
HSL 173.47º 0.7% 0.59% -
HSV(B) 173.47º 0.66% 0.87% -
XYZ 40.63 58.82 68.24 -
YUV 177.22 144.8 55.8 -
System Red Green Blue C M Y K H S L
Decimal 76 223 207 0.66 0 0.07 0.13 173.47 0.7 0.59
Hex 4C DF CF 42 0 7 D AD 46 3B
Octal 114 337 317 102 0 7 15 255 106 73
Binary 1001100 11011111 11001111 1000010 0 111 1101 10101101 1000110 111011

Color Harmonies of #4CDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFCF

Black with #4CDFCF

Text Example


Text Example

White with #4CDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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